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:
- 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 |
InvalidPageStateException
public InvalidPageStateException(Object pageObject,
Throwable cause)
InvalidPageStateException
public InvalidPageStateException(String message,
Object pageObject)
InvalidPageStateException
public InvalidPageStateException(String message,
Object pageObject,
Throwable cause)
Copyright © 2014 Atlassian. All rights reserved.