Class UnknownPageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.serenitybdd.core.exceptions.TestCompromisedException
-
- net.serenitybdd.screenplay.actions.UnknownPageException
-
- All Implemented Interfaces:
Serializable,CausesCompromisedTestFailure
public class UnknownPageException extends TestCompromisedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownPageException(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 Detail
-
UnknownPageException
public UnknownPageException(String message)
-
-