Package com.sun.istack
Class XMLStreamException2
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
com.sun.istack.XMLStreamException2
- All Implemented Interfaces:
Serializable
XMLStreamException that properly handles exception chaining.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested -
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamException2(String msg, Throwable th) XMLStreamException2(String msg, Location location) XMLStreamException2(String msg, Location location, Throwable th) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()XMLStreamExceptiondoesn't return the correct cause.Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-
-
Method Details
-
getCause
XMLStreamExceptiondoesn't return the correct cause.
-