Uses of Class
org.xml.sax.SAXParseException

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.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-2000 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.