public interface HTMLErrorReporter
IOException
directly instead of reporting an error.
When used in a configuration, the error reporter instance should be set as a property with the following property identifier:
"http://cyberneko.org/html/internal/error-reporter" in theComponents in the configuration can query the error reporter using this property identifier.
Note: All reported errors are within the domain "http://cyberneko.org/html".
Modifier and Type | Method and Description |
---|---|
String |
formatMessage(String key,
Object[] args)
Format message without reporting error.
|
void |
reportError(String key,
Object[] args)
Reports an error.
|
void |
reportWarning(String key,
Object[] args)
Reports a warning.
|
String formatMessage(String key, Object[] args)
void reportWarning(String key, Object[] args) throws org.apache.xerces.xni.parser.XMLParseException
org.apache.xerces.xni.parser.XMLParseException
Copyright © 2019. All rights reserved.