org.jbehave.scenario.errors
Interface ErrorStrategy
- All Known Subinterfaces:
- PendingErrorStrategy
- All Known Implementing Classes:
- ErrorStrategyInWhichWeTrustTheReporter
public interface ErrorStrategy
|
Method Summary |
void |
handleError(java.lang.Throwable throwable)
|
SILENT
static final ErrorStrategy SILENT
RETHROW
static final ErrorStrategy RETHROW
handleError
void handleError(java.lang.Throwable throwable)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2003-2008. All Rights Reserved.