|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
org.springframework.batch.core.step.item | Specific implementations of step concerns for item-oriented approach. |
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.core.step.item |
---|
Classes in org.springframework.batch.core.step.item that implement ExceptionHandler | |
---|---|
class |
SimpleRetryExceptionHandler
|
Methods in org.springframework.batch.core.step.item that return ExceptionHandler | |
---|---|
protected ExceptionHandler |
SimpleStepFactoryBean.getExceptionHandler()
Protected getter for the ExceptionHandler . |
Methods in org.springframework.batch.core.step.item with parameters of type ExceptionHandler | |
---|---|
void |
SimpleStepFactoryBean.setExceptionHandler(ExceptionHandler exceptionHandler)
Public setter for the ExceptionHandler . |
Constructors in org.springframework.batch.core.step.item with parameters of type ExceptionHandler | |
---|---|
SimpleRetryExceptionHandler(RetryPolicy retryPolicy,
ExceptionHandler exceptionHandler,
Class[] classes)
|
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 ExceptionClassifier . |
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 |