|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXParseException | |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
Uses of SAXParseException in org.xml.sax |
Methods in org.xml.sax with parameters of type SAXParseException | |
void |
HandlerBase.warning(SAXParseException e)
Receive notification of a parser warning. |
void |
HandlerBase.error(SAXParseException e)
Receive notification of a recoverable parser error. |
void |
HandlerBase.fatalError(SAXParseException e)
Report a fatal XML parsing error. |
void |
ErrorHandler.warning(SAXParseException exception)
Receive notification of a warning. |
void |
ErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error. |
void |
ErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |