public interface Patcher
Modifier and Type | Method and Description |
---|---|
void |
run()
Runs an post-action.
|
void run() throws SAXException
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 JBoss by Red Hat. All rights reserved.