API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax. ErrorHandler View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1+ (sax2r3pre1)
Serial
Hierarchy
 ErrorHandler
Subinterfaces
Description
public interface ErrorHandler
  Basic interface for SAX error handlers.
Methods
Hide/Show inherited methods
public void error (SAXParseException exception) throws SAXException
  Receive notification of a recoverable error.
public void fatalError (SAXParseException exception) throws SAXException
  Receive notification of a non-recoverable error.
public void warning (SAXParseException exception) throws SAXException
  Receive notification of a warning.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar