Package org.jbehave.core.failures
Class IgnoringStepsFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.failures.IgnoringStepsFailure
- All Implemented Interfaces:
Serializable
Runtime exception thrown to indicate that the current and following steps should be ignored
- See Also:
-
Constructor Summary
ConstructorDescriptionIgnoringStepsFailure
(String message) IgnoringStepsFailure
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IgnoringStepsFailure
-
IgnoringStepsFailure
-