Extension SDK 10.1.2

oracle.ide.xml
Class SAXParserDoneException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byoracle.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)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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)

Extension SDK

 

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