Uses of Class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level

Packages that use LogOrRethrowExceptionHandler.Level
org.springframework.batch.repeat.exception Infrastructure implementations of repeat exception handler concerns. 
 

Uses of LogOrRethrowExceptionHandler.Level in org.springframework.batch.repeat.exception
 

Methods in org.springframework.batch.repeat.exception that return LogOrRethrowExceptionHandler.Level
static LogOrRethrowExceptionHandler.Level LogOrRethrowExceptionHandler.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogOrRethrowExceptionHandler.Level[] LogOrRethrowExceptionHandler.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.springframework.batch.repeat.exception with type arguments of type LogOrRethrowExceptionHandler.Level
 void LogOrRethrowExceptionHandler.setExceptionClassifier(Classifier<Throwable,LogOrRethrowExceptionHandler.Level> exceptionClassifier)
          Setter for the Classifier used by this handler.
 



Copyright © 2009 SpringSource. All Rights Reserved.