NOTE: Method descriptions taken from org.xml.sax.ErrorHandler.
author: Joy M. Agustin version: $Id: ElementErrorHandler.java,v 1.1 2004/11/07 00:32:39 timshadel Exp $
Processes nodifications of a recoverage error.
Parameters: exception - the error information encapsulated in a SAX parse exception. throws: SAXException - if any SAX error occurs.
Processes notification of a non-recoverable error.
Parameters: exception - the error information encapsulated in a SAX parse exception. throws: SAXException - if any SAX error occurs.
Processes nodification of a warning.
Parameters: exception - the warning information encapsulated in a SAX parse exception. throws: SAXException - if any SAX error occurs.