Package org.springframework.batch.repeat.exception

Infrastructure implementations of repeat exception handler concerns.

See:
          Description

Interface Summary
ExceptionHandler Handler to allow strategies for re-throwing exceptions.
 

Class Summary
CompositeExceptionHandler Composiste ExceptionHandler that loops though a list of delegates.
DefaultExceptionHandler Default implementation of ExceptionHandler - just re-throws the exception it encounters.
LogOrRethrowExceptionHandler Implementation of ExceptionHandler based on an Classifier.
RethrowOnThresholdExceptionHandler Implementation of ExceptionHandler that rethrows when exceptions of a given type reach a threshold.
SimpleLimitExceptionHandler Simple implementation of exception handler which looks for given exception types.
 

Enum Summary
LogOrRethrowExceptionHandler.Level Logging levels for the handler.
 

Package org.springframework.batch.repeat.exception Description

Infrastructure implementations of repeat exception handler concerns.



Copyright © 2013 SpringSource. All Rights Reserved.