Package org.jvnet.hk2.config
Class XMLStreamException2
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
org.jvnet.hk2.config.XMLStreamException2
- All Implemented Interfaces:
Serializable
To fix the problem in StAX API where exceptions are not properly chained.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested -
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamException2(String string) XMLStreamException2(String string, Throwable throwable) XMLStreamException2(String string, Location location) XMLStreamException2(String string, Location location, Throwable throwable) XMLStreamException2(Throwable throwable) -
Method Summary
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-
XMLStreamException2
-