com.atlassian.pageobjects.binder
Class InvalidPageStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.pageobjects.binder.PageBindingException
com.atlassian.pageobjects.binder.InvalidPageStateException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidPageStateException
- extends PageBindingException
Thrown if the page was unable to validate its state
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidPageStateException
public InvalidPageStateException(java.lang.Object pageObject,
java.lang.Throwable cause)
InvalidPageStateException
public InvalidPageStateException(java.lang.String message,
java.lang.Object pageObject)
InvalidPageStateException
public InvalidPageStateException(java.lang.String message,
java.lang.Object pageObject,
java.lang.Throwable cause)
Copyright © 2013 Atlassian. All Rights Reserved.