Package org.jbehave.core.failures
Class RestartingStoryFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbehave.core.failures.RestartingStoryFailure
-
- All Implemented Interfaces:
Serializable
public class RestartingStoryFailure extends RuntimeException
Runtime exception thrown to indicate that the story should be restarted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestartingStoryFailure(String message)
RestartingStoryFailure(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
-
-