oracle.ide.xml
Class SAXParserDoneException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.xml.sax.SAXException
              
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
 
 
 
| 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 | 
 
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)
Copyright © 1997, 2010, Oracle. All rights reserved.