|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
org.springframework.batch.repeat.exception | Infrastructure implementations of repeat exception handler concerns. |
org.springframework.batch.repeat.support | Infrastructure implementations of repeat support concerns. |
Uses of ExceptionHandler in org.springframework.batch.repeat.exception |
---|
Classes in org.springframework.batch.repeat.exception that implement ExceptionHandler | |
---|---|
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. |
Methods in org.springframework.batch.repeat.exception with parameters of type ExceptionHandler | |
---|---|
void |
CompositeExceptionHandler.setHandlers(ExceptionHandler[] handlers)
|
Uses of ExceptionHandler in org.springframework.batch.repeat.support |
---|
Methods in org.springframework.batch.repeat.support with parameters of type ExceptionHandler | |
---|---|
void |
RepeatTemplate.setExceptionHandler(ExceptionHandler exceptionHandler)
Setter for exception handler strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |