|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.openxml.parser.ParseException | +--org.openxml.parser.FatalParseException
SAXParseException
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()
.
ParseException
, Serialized FormFields 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 |
public int getLevel()
public java.lang.Exception getException()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |