NGCCRuntimeExpublic interface PatcherManager
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
PatcherManager.Patcher |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addErrorChecker(Patch p) |
|
void |
addPatcher(Patch p) |
|
void |
reportError(java.lang.String message,
org.xml.sax.Locator source) |
Reports an error during the parsing.
|
void addPatcher(Patch p)
void addErrorChecker(Patch p)
void reportError(java.lang.String message,
org.xml.sax.Locator source)
throws org.xml.sax.SAXException
source - location of the error in the source file, or null if
it's unavailable.org.xml.sax.SAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.