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:
- Serializable
public class SAXException2
- extends SAXException
SAXException that handles exception chaining correctly.
- Since:
- 2.0 FCS
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
SAXException2
public SAXException2(String message)
SAXException2
public SAXException2(Exception e)
SAXException2
public SAXException2(String message,
Exception e)
getCause
public Throwable getCause()
- Overrides:
getCause in class SAXException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.