public interface Patcher
Modifier and Type | Method | Description |
---|---|---|
void |
run() |
Runs an post-action.
|
void run() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- if an error is found during the action, it should be reporeted to the context.
The context may then throw a SAXException
to abort the processing,
and that's when you can throw a SAXException
.Copyright © 2017 Oracle Corporation. All rights reserved.