public interface SkipWriteListener
Modifier and Type | Method and Description |
---|---|
void |
onSkipWriteItem(List<Object> items,
Exception ex)
The onSkipWriteItems method receives control when a
skippable exception is thrown from an ItemWriter
writeItems method.
|
void onSkipWriteItem(List<Object> items, Exception ex) throws Exception
items
- specifies the list of item passed to the
item writer.ex
- specifies the exception thrown by the
ItemWriter.Exception
- is thrown if an error occurs.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.