public interface SkipReadListener
Modifier and Type | Method and Description |
---|---|
void |
onSkipReadItem(Exception ex)
The onSkipReadItem method receives control
when a skippable exception is thrown from an
ItemReader readItem method.
|
void onSkipReadItem(Exception ex) throws Exception
ex
- specifies the exception thrown by the ItemReader.Exception
- is thrown if an error occurs.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.