Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.xml
Class SAXParserDoneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by oracle.ide.xml.SAXParserDoneException
All Implemented Interfaces:
java.io.Serializable

public class SAXParserDoneException
extends org.xml.sax.SAXException

This exception actually signals a normal condition, namely that the SAX handler used to parse the XML file has completed its work, and the XML parsing can stop. Therefore, throwing this exception stops the parser, which can offer a significant performance boost even for somewhat small XML files.

See Also:
Serialized Form

Constructor Summary
SAXParserDoneException()
           
SAXParserDoneException(java.lang.Exception e)
           
SAXParserDoneException(java.lang.String message)
           
SAXParserDoneException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXParserDoneException

public SAXParserDoneException()

SAXParserDoneException

public SAXParserDoneException(java.lang.Exception e)

SAXParserDoneException

public SAXParserDoneException(java.lang.String message)

SAXParserDoneException

public SAXParserDoneException(java.lang.String message,
                              java.lang.Exception e)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.