|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.jdom.input.BuilderErrorHandler
| Constructor Summary | |
BuilderErrorHandler()
|
|
| Method Summary | |
void |
error(org.xml.sax.SAXParseException exception)
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue. |
void |
fatalError(org.xml.sax.SAXParseException exception)
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time. |
void |
warning(org.xml.sax.SAXParseException exception)
This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BuilderErrorHandler()
| Method Detail |
public void warning(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing. The implementation of this method here is a "no op".
warning in interface org.xml.sax.ErrorHandlerexception - SAXParseException that occurred.
org.xml.sax.SAXException - when things go wrong
public void error(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue. The implementation of this method here is to rethrow the exception.
error in interface org.xml.sax.ErrorHandlerexception - SAXParseException that occurred.
org.xml.sax.SAXException - when things go wrong
public void fatalError(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time. The implementation of this method here is to rethrow the exception.
fatalError in interface org.xml.sax.ErrorHandlerexception - SAXParseException that occurred.
org.xml.sax.SAXException - when things go wrong
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||