org.openxml.parser
Class FatalParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.openxml.parser.ParseException
                          |
                          +--org.openxml.parser.FatalParseException

Deprecated. Replaced with SAXParseException

public class FatalParseException
extends ParseException

Extends ParseException to define an exception of fatal severity (@link #ERROR_FATAL}. Fatal exceptions are always thrown and often wrap an underlying I/O or runtime exception. That base exception can be obtained by calling getException().

Version:
$Revision: 1.3 $ $Date: 1999/04/18 01:52:13 $
Author:
Assaf Arkin
See Also:
ParseException, Serialized Form

Fields inherited from class org.openxml.parser.ParseException
ERROR_FATAL, ERROR_VALIDITY, ERROR_WELL_FORMED, STOP_SEVERITY_FATAL, STOP_SEVERITY_VALIDITY, STOP_SEVERITY_WELL_FORMED
 
Method Summary
 java.lang.Exception getException()
          Deprecated. Returns the base exception.
 int getLevel()
          Deprecated.  
 
Methods inherited from class org.openxml.parser.ParseException
getLineNumber, getPrevious, getSourcePosition, getSourceURI
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLevel

public int getLevel()
Deprecated. 
Overrides:
getLevel in class ParseException

getException

public java.lang.Exception getException()
Deprecated. 
Returns the base exception. If an I/O or runtime exception has triggered this exception, the base exception can be obtained with this method.
Returns:
The base exception