@FunctionalInterface
private static interface XmlExport.XmlWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
run()
Similar to
Runnable interface, this one allows the code to throw some specific
Exceptions that the caller is required to catch. |
boolean run()
throws javax.xml.stream.XMLStreamException,
java.io.IOException
Runnable interface, this one allows the code to throw some specific
Exceptions that the caller is required to catch.true on success. Otherwise the errors encountered were already notified
to ErrorManager.javax.xml.stream.XMLStreamException - on unexpected processing error.java.io.IOException - on I/O error