|
istack common utility code 2.6.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.sun.istack.SAXException2
public class SAXException2
SAXException
that handles exception chaining correctly.
Constructor Summary | |
---|---|
SAXException2(Exception e)
|
|
SAXException2(String message)
|
|
SAXException2(String message,
Exception e)
|
Method Summary | |
---|---|
Throwable |
getCause()
|
Methods inherited from class org.xml.sax.SAXException |
---|
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 |
---|
public SAXException2(String message)
public SAXException2(Exception e)
public SAXException2(String message, Exception e)
Method Detail |
---|
public Throwable getCause()
getCause
in class SAXException
|
istack common utility code 2.6.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |