public interface ErrorListener
extends org.xml.sax.ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException exception) |
void |
fatalError(org.xml.sax.SAXParseException exception) |
void |
warning(org.xml.sax.SAXParseException exception) |
void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlervoid fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlervoid warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandler