Package | Description |
---|---|
org.springframework.batch.classify | |
org.springframework.batch.core.step.skip |
Specific implementations of skip concerns for items in a step.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryExceptionClassifier
A
Classifier for exceptions that has only two classes (true and
false). |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionClassifierSkipPolicy.setExceptionClassifier(SubclassClassifier<Throwable,SkipPolicy> classifier)
The classifier that will be used to choose a delegate policy.
|
Copyright © 2013 SpringSource. All rights reserved.