Package net.serenitybdd.core
Class SkipStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.serenitybdd.core.SkipStepException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that a test cannot proceed and should be considered 'skipped'.
This will result in the test being marked as 'skipped', as opposed to 'failing'.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkipStepException
-