|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberneko.html.HTMLConfiguration.ErrorReporter
protected class HTMLConfiguration.ErrorReporter
Defines an error reporter for reporting HTML errors. There is no such
thing as a fatal error in parsing HTML. I/O errors are fatal but should
throw an 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".
Field Summary | |
---|---|
protected java.util.ResourceBundle |
fErrorMessages
Error messages. |
protected java.util.Locale |
fLastLocale
Last locale. |
Constructor Summary | |
---|---|
protected |
HTMLConfiguration.ErrorReporter()
|
Method Summary | |
---|---|
protected org.apache.xerces.xni.parser.XMLParseException |
createException(java.lang.String key,
java.lang.Object[] args)
Creates parse exception. |
java.lang.String |
formatMessage(java.lang.String key,
java.lang.Object[] args)
Format message without reporting error. |
protected java.lang.String |
formatSimpleMessage(java.lang.String key,
java.lang.Object[] args)
Format simple message. |
void |
reportError(java.lang.String key,
java.lang.Object[] args)
Reports an error. |
void |
reportWarning(java.lang.String key,
java.lang.Object[] args)
Reports a warning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Locale fLastLocale
protected java.util.ResourceBundle fErrorMessages
Constructor Detail |
---|
protected HTMLConfiguration.ErrorReporter()
Method Detail |
---|
public java.lang.String formatMessage(java.lang.String key, java.lang.Object[] args)
formatMessage
in interface HTMLErrorReporter
public void reportWarning(java.lang.String key, java.lang.Object[] args) throws org.apache.xerces.xni.parser.XMLParseException
reportWarning
in interface HTMLErrorReporter
org.apache.xerces.xni.parser.XMLParseException
public void reportError(java.lang.String key, java.lang.Object[] args) throws org.apache.xerces.xni.parser.XMLParseException
reportError
in interface HTMLErrorReporter
org.apache.xerces.xni.parser.XMLParseException
protected org.apache.xerces.xni.parser.XMLParseException createException(java.lang.String key, java.lang.Object[] args)
protected java.lang.String formatSimpleMessage(java.lang.String key, java.lang.Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |