Package org.jbehave.core.failures
Class StepFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.failures.UUIDExceptionWrapper
org.jbehave.core.failures.StepFailed
- All Implemented Interfaces:
Serializable
Thrown when a step execution has failed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepFailed
(String step, Throwable cause) StepFailed
(String step, OutcomesTable table) -
Method Summary
Methods inherited from class org.jbehave.core.failures.UUIDExceptionWrapper
getUUID
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StepFailed
-
StepFailed
-