Package org.jbehave.core.failures
Class RethrowingFailure
- java.lang.Object
-
- org.jbehave.core.failures.RethrowingFailure
-
- All Implemented Interfaces:
FailureStrategy
public final class RethrowingFailure extends Object implements FailureStrategy
-
-
Constructor Summary
Constructors Constructor Description RethrowingFailure()
-
-
-
Method Detail
-
handleFailure
public void handleFailure(Throwable throwable) throws Throwable
- Specified by:
handleFailure
in interfaceFailureStrategy
- Throws:
Throwable
-
-