Package | Description |
---|---|
org.springframework.batch.repeat.exception |
Infrastructure implementations of repeat exception handler concerns.
|
Modifier and Type | Method and Description |
---|---|
static LogOrRethrowExceptionHandler.Level |
LogOrRethrowExceptionHandler.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogOrRethrowExceptionHandler.Level[] |
LogOrRethrowExceptionHandler.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LogOrRethrowExceptionHandler.setExceptionClassifier(org.springframework.classify.Classifier<Throwable,LogOrRethrowExceptionHandler.Level> exceptionClassifier)
Setter for the
Classifier used by this handler. |
Copyright © 2014 Pivotal. All rights reserved.