com.atlassian.pageobjects.binder
Class InvalidPageStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.pageobjects.binder.PageBindingException
                  extended by 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

Constructor Summary
InvalidPageStateException(Object pageObject, Throwable cause)
           
InvalidPageStateException(String message, Object pageObject)
           
InvalidPageStateException(String message, Object pageObject, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.atlassian.pageobjects.binder.PageBindingException
getPageObject
 
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
 

Constructor Detail

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.