Class IllegalPageStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.atlassian.crowd.acceptance.page.IllegalPageStateException
- All Implemented Interfaces:
Serializable
Thrown when the current page is not what it should be.
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalPageStateException
(net.sourceforge.jwebunit.api.ITestingEngine engine, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalPageStateException
public IllegalPageStateException(net.sourceforge.jwebunit.api.ITestingEngine engine, String message)
-