Uses of Interface
org.springframework.batch.support.ExceptionClassifier

Packages that use ExceptionClassifier
org.springframework.batch.repeat.exception Infrastructure implementations of repeat exception handler concerns. 
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
org.springframework.batch.support Infrastructure implementations of support concerns. 
 

Uses of ExceptionClassifier in org.springframework.batch.repeat.exception
 

Methods in org.springframework.batch.repeat.exception with parameters of type ExceptionClassifier
 void RethrowOnThresholdExceptionHandler.setExceptionClassifier(ExceptionClassifier exceptionClassifier)
          Setter for the ExceptionClassifier used by this handler.
 void LogOrRethrowExceptionHandler.setExceptionClassifier(ExceptionClassifier exceptionClassifier)
          Setter for the ExceptionClassifier used by this handler.
 

Uses of ExceptionClassifier in org.springframework.batch.retry.policy
 

Methods in org.springframework.batch.retry.policy with parameters of type ExceptionClassifier
 void ExceptionClassifierRetryPolicy.setExceptionClassifier(ExceptionClassifier exceptionClassifier)
          Setter for an exception classifier.
 

Uses of ExceptionClassifier in org.springframework.batch.support
 

Classes in org.springframework.batch.support that implement ExceptionClassifier
 class BinaryExceptionClassifier
          A ExceptionClassifier that has only two classes of exception.
 class ExceptionClassifierSupport
          Base class for ExceptionClassifier implementations.
 class SubclassExceptionClassifier
           
 



Copyright © 2008 SpringSource. All Rights Reserved.