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
          PendingErrorStrategy allows to define how pending error are handled.
 

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

Fields in org.jbehave.scenario.errors declared as ErrorStrategy
static ErrorStrategy ErrorStrategy.RETHROW
          Strategy that rethrows the error
static ErrorStrategy ErrorStrategy.SILENT
          Strategy that silently absorbs the error
 



Copyright © 2003-2010. All Rights Reserved.