com.sun.istack
Class SAXException2
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.sun.istack.SAXException2
- All Implemented Interfaces:
- java.io.Serializable
public class SAXException2
- extends org.xml.sax.SAXException
SAXException
that handles exception chaining correctly.
- Since:
- 2.0 FCS
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Method Summary |
java.lang.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 |
SAXException2
public SAXException2(java.lang.String message)
SAXException2
public SAXException2(java.lang.Exception e)
SAXException2
public SAXException2(java.lang.String message,
java.lang.Exception e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class org.xml.sax.SAXException