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:
- java.io.Serializable
public class XMLStreamException2
- extends javax.xml.stream.XMLStreamException
To fix the problem in StAX API where exceptions are not properly chained.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Fields inherited from class javax.xml.stream.XMLStreamException |
location, nested |
| Methods inherited from class javax.xml.stream.XMLStreamException |
getLocation, getNestedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLStreamException2
public XMLStreamException2(java.lang.String string)
XMLStreamException2
public XMLStreamException2(java.lang.Throwable throwable)
XMLStreamException2
public XMLStreamException2(java.lang.String string,
java.lang.Throwable throwable)
XMLStreamException2
public XMLStreamException2(java.lang.String string,
javax.xml.stream.Location location,
java.lang.Throwable throwable)
XMLStreamException2
public XMLStreamException2(java.lang.String string,
javax.xml.stream.Location location)
Copyright © 2012 Oracle Corporation. All Rights Reserved.