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
public class XMLStreamException2
- extends XMLStreamException
To fix the problem in StAX API where exceptions are not properly chained.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLStreamException2
public XMLStreamException2(String string)
XMLStreamException2
public XMLStreamException2(Throwable throwable)
XMLStreamException2
public XMLStreamException2(String string,
Throwable throwable)
XMLStreamException2
public XMLStreamException2(String string,
Location location,
Throwable throwable)
XMLStreamException2
public XMLStreamException2(String string,
Location location)
Copyright © 2013 Oracle Corporation. All Rights Reserved.