Uses of Enum Class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Package
Description
Infrastructure implementations of repeat exception handler concerns.
-
Uses of LogOrRethrowExceptionHandler.Level in org.springframework.batch.repeat.exception
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LogOrRethrowExceptionHandler.Level[]
LogOrRethrowExceptionHandler.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LogOrRethrowExceptionHandler.setExceptionClassifier
(org.springframework.classify.Classifier<Throwable, LogOrRethrowExceptionHandler.Level> exceptionClassifier) Setter for theClassifier
used by this handler.