org.jbehave.scenario.errors
Interface ErrorStrategy

All Known Subinterfaces:
PendingErrorStrategy
All Known Implementing Classes:
ErrorStrategyInWhichWeTrustTheReporter

public interface ErrorStrategy


Field Summary
static ErrorStrategy RETHROW
           
static ErrorStrategy SILENT
           
 
Method Summary
 void handleError(java.lang.Throwable throwable)
           
 

Field Detail

SILENT

static final ErrorStrategy SILENT

RETHROW

static final ErrorStrategy RETHROW
Method Detail

handleError

void handleError(java.lang.Throwable throwable)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2003-2008. All Rights Reserved.