|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SkipPolicy | Policy for determining whether or not some processing should be skipped. |
| Class Summary | |
|---|---|
| AlwaysSkipItemSkipPolicy | Implementation of the SkipPolicy interface that
will always return that an item should be skipped. |
| LimitCheckingItemSkipPolicy |
SkipPolicy that determines whether or not reading should continue
based upon how many items have been skipped. |
| NeverSkipItemSkipPolicy | SkipPolicy implementation that always returns false,
indicating that an item should not be skipped. |
| Exception Summary | |
|---|---|
| NonSkippableProcessException | Fatal exception to be thrown when a process operation could not be skipped. |
| NonSkippableReadException | Fatal exception to be thrown when a read operation could not be skipped. |
| NonSkippableWriteException | Fatal exception to be thrown when a process operation could not be skipped. |
| SkipException | Base exception indicating that the skip has failed or caused a failure. |
| SkipLimitExceededException | Exception indicating that the skip limit for a particular has been exceeded. |
| SkipListenerFailedException | Special exception to indicate a failure in a skip listener. |
Specific implementations of skip concerns for items in a step.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||