public interface SkipProcessListener
Modifier and Type | Method and Description |
---|---|
void |
onSkipProcessItem(java.lang.Object item,
java.lang.Exception ex)
The onSkipProcessItem method receives control when
a skippable exception is thrown from an ItemProcess
processItem method.
|
void onSkipProcessItem(java.lang.Object item, java.lang.Exception ex) throws java.lang.Exception
item
- specifies the item passed to the ItemProcessor.ex
- specifies the exception thrown by the
ItemProcessor.java.lang.Exception
- is thrown if an error occurs.