org.jbehave.core.failures
Class RethrowingFailure

java.lang.Object
  extended by org.jbehave.core.failures.RethrowingFailure
All Implemented Interfaces:
FailureStrategy

public final class RethrowingFailure
extends java.lang.Object
implements FailureStrategy


Constructor Summary
RethrowingFailure()
           
 
Method Summary
 void handleFailure(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RethrowingFailure

public RethrowingFailure()
Method Detail

handleFailure

public void handleFailure(java.lang.Throwable throwable)
                   throws java.lang.Throwable
Specified by:
handleFailure in interface FailureStrategy
Throws:
java.lang.Throwable


Copyright © 2003-2010. All Rights Reserved.