Uses of Interface
org.springframework.batch.repeat.exception.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
Infrastructure implementations of repeat exception handler concerns.
Infrastructure implementations of repeat support concerns.
-
Uses of ExceptionHandler in org.springframework.batch.repeat.exception
Classes in org.springframework.batch.repeat.exception that implement ExceptionHandlerModifier and TypeClassDescriptionclassCompositeExceptionHandlerthat loops though a list of delegates.classDefault implementation ofExceptionHandler- just re-throws the exception it encounters.classImplementation ofExceptionHandlerbased on anClassifier.classImplementation ofExceptionHandlerthat rethrows when exceptions of a given type reach a threshold.classSimple implementation of exception handler which looks for given exception types.Methods in org.springframework.batch.repeat.exception with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidCompositeExceptionHandler.setHandlers(ExceptionHandler[] handlers) -
Uses of ExceptionHandler in org.springframework.batch.repeat.support
Methods in org.springframework.batch.repeat.support with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidRepeatTemplate.setExceptionHandler(ExceptionHandler exceptionHandler) Setter for exception handler strategy.