Package | Description |
---|---|
org.springframework.batch.repeat.exception |
Infrastructure implementations of repeat exception handler concerns.
|
org.springframework.batch.repeat.support |
Infrastructure implementations of repeat support concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeExceptionHandler
Composiste
ExceptionHandler that loops though a list of delegates. |
class |
DefaultExceptionHandler
Default implementation of
ExceptionHandler - just re-throws the exception it encounters. |
class |
LogOrRethrowExceptionHandler
Implementation of
ExceptionHandler based on an Classifier . |
class |
RethrowOnThresholdExceptionHandler
Implementation of
ExceptionHandler that rethrows when exceptions of a
given type reach a threshold. |
class |
SimpleLimitExceptionHandler
Simple implementation of exception handler which looks for given exception
types.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeExceptionHandler.setHandlers(ExceptionHandler[] handlers) |
Modifier and Type | Method and Description |
---|---|
void |
RepeatTemplate.setExceptionHandler(ExceptionHandler exceptionHandler)
Setter for exception handler strategy.
|
Copyright © 2014. All Rights Reserved.