com.sun.istack
Class SAXException2

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by 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

Constructor Summary
SAXException2(java.lang.Exception e)
           
SAXException2(java.lang.String message)
           
SAXException2(java.lang.String message, java.lang.Exception e)
           
 
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
 

Constructor Detail

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)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable