Uses of Interface
org.jbehave.scenario.errors.ErrorStrategy

Packages that use ErrorStrategy
org.jbehave.scenario   
org.jbehave.scenario.errors   
 

Uses of ErrorStrategy in org.jbehave.scenario
 

Methods in org.jbehave.scenario that return ErrorStrategy
 ErrorStrategy PropertyBasedConfiguration.forHandlingErrors()
          Returns the default ErrorStrategy for handling errors.
 ErrorStrategy MostUsefulConfiguration.forHandlingErrors()
          Handles errors by rethrowing them.
 ErrorStrategy Configuration.forHandlingErrors()
           
 

Uses of ErrorStrategy in org.jbehave.scenario.errors
 

Subinterfaces of ErrorStrategy in org.jbehave.scenario.errors
 interface PendingErrorStrategy
           
 

Classes in org.jbehave.scenario.errors that implement ErrorStrategy
 class ErrorStrategyInWhichWeTrustTheReporter
           
 

Fields in org.jbehave.scenario.errors declared as ErrorStrategy
static ErrorStrategy ErrorStrategy.RETHROW
           
static ErrorStrategy ErrorStrategy.SILENT
           
 



Copyright © 2003-2008. All Rights Reserved.