org.jdom.input
public class BuilderErrorHandler extends Object implements ErrorHandler
Version: $Revision: 1.12 $, $Date: 2004/02/06 09:28:31 $
Method Summary | |
---|---|
void | error(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(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(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.
|
Parameters: exception SAXParseException
that occurred.
Throws: SAXException when things go wrong
Parameters: exception SAXParseException
that occurred.
Throws: SAXException when things go wrong
Parameters: exception SAXParseException
that occurred.
Throws: SAXException when things go wrong