Class RequestGuardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.graphene.request.RequestGuardException
- All Implemented Interfaces:
Serializable
This exception determines that when interacting with browser using Selenium, the wrong request type was executed.
- Version:
- $Revision$
- Author:
- Lukas Fryc
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the RequestType which was actually doneReturns the RequestType which was expected to be doneMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestGuardException
-
-
Method Details
-
getRequestExpected
Returns the RequestType which was expected to be done- Returns:
- the requestExpected RequestType which was expected to be done
-
getRequestDone
Returns the RequestType which was actually done- Returns:
- the requestDone RequestType which was actually done
-
getMessage
- Overrides:
getMessagein classThrowable
-