Uses of Interface
org.springframework.batch.repeat.exception.ExceptionHandler
Package
Description
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
Components for remote chunking.
Infrastructure implementations of repeat exception handler concerns.
Infrastructure implementations of repeat support concerns.
-
Uses of ExceptionHandler in org.springframework.batch.core.step.builder
Modifier and TypeMethodDescriptionprotected ExceptionHandler
AbstractTaskletStepBuilder.getExceptionHandler()
Convenience method for subclasses to access the exception handler that was injected by user.Modifier and TypeMethodDescriptionAbstractTaskletStepBuilder.exceptionHandler
(ExceptionHandler exceptionHandler) Sets the exception handler to use in the case of tasklet failures. -
Uses of ExceptionHandler in org.springframework.batch.core.step.factory
Modifier and TypeMethodDescriptionprotected ExceptionHandler
SimpleStepFactoryBean.getExceptionHandler()
Protected getter for theExceptionHandler
.Modifier and TypeMethodDescriptionvoid
SimpleStepFactoryBean.setExceptionHandler
(ExceptionHandler exceptionHandler) Public setter for theExceptionHandler
. -
Uses of ExceptionHandler in org.springframework.batch.core.step.item
Modifier and TypeClassDescriptionclass
AnExceptionHandler
that is aware of the retry context so that it can distinguish between a fatal exception and one that can be retried.ModifierConstructorDescriptionSimpleRetryExceptionHandler
(org.springframework.retry.RetryPolicy retryPolicy, ExceptionHandler exceptionHandler, Collection<Class<? extends Throwable>> fatalExceptionClasses) Create an exception handler from its mandatory properties. -
Uses of ExceptionHandler in org.springframework.batch.integration.chunk
Modifier and TypeMethodDescriptionRemoteChunkingManagerStepBuilder.exceptionHandler
(ExceptionHandler exceptionHandler) -
Uses of ExceptionHandler in org.springframework.batch.repeat.exception
Modifier and TypeClassDescriptionclass
CompositeExceptionHandler
that loops though a list of delegates.class
Default implementation ofExceptionHandler
- just re-throws the exception it encounters.class
Implementation ofExceptionHandler
based on anClassifier
.class
Implementation ofExceptionHandler
that rethrows when exceptions of a given type reach a threshold.class
Simple implementation of exception handler which looks for given exception types.Modifier and TypeMethodDescriptionvoid
CompositeExceptionHandler.setHandlers
(ExceptionHandler[] handlers) -
Uses of ExceptionHandler in org.springframework.batch.repeat.support
Modifier and TypeMethodDescriptionvoid
RepeatTemplate.setExceptionHandler
(ExceptionHandler exceptionHandler) Setter for exception handler strategy.