public interface SkipReadListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onSkipReadItem(java.lang.Exception ex)
The onSkipReadItem method receives control 
 when a skippable exception is thrown from an 
 ItemReader readItem method. 
 | 
void onSkipReadItem(java.lang.Exception ex)
             throws java.lang.Exception
ex - specifies the exception thrown by the ItemReader.java.lang.Exception - is thrown if an error occurs.