public interface SkipProcessListener
Modifier and Type | Method and Description |
---|---|
void |
onSkipProcessItem(Object item,
Exception ex)
The onSkipProcessItem method receives control when
a skippable exception is thrown from an ItemProcess
processItem method.
|
void onSkipProcessItem(Object item, Exception ex) throws Exception
item
- specifies the item passed to the ItemProcessor.ex
- specifies the exception thrown by the
ItemProcessor.Exception
- is thrown if an error occurs.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.