-
public interface SkipReadListenerSkipReadListener intercepts skippable itemReader exception handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSkipReadItem(java.lang.Exception ex)The onSkipReadItem method receives control when a skippable exception is thrown from an ItemReader readItem method.
-
-
-
Method Detail
-
onSkipReadItem
void onSkipReadItem(java.lang.Exception ex) throws java.lang.ExceptionThe onSkipReadItem method receives control when a skippable exception is thrown from an ItemReader readItem method. This method receives the exception as an input.- Parameters:
ex- specifies the exception thrown by the ItemReader.- Throws:
java.lang.Exception- is thrown if an error occurs.
-
-