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
public class XMLStreamException2
- extends javax.xml.stream.XMLStreamException
XMLStreamException
that properly handles exception chaining.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class javax.xml.stream.XMLStreamException |
getLocation, getNestedException |
XMLStreamException2
public XMLStreamException2(String msg)
XMLStreamException2
public XMLStreamException2(Throwable th)
XMLStreamException2
public XMLStreamException2(String msg,
Throwable th)
XMLStreamException2
public XMLStreamException2(String msg,
javax.xml.stream.Location location)
XMLStreamException2
public XMLStreamException2(String msg,
javax.xml.stream.Location location,
Throwable th)
getCause
public Throwable getCause()
XMLStreamException
doesn't return the correct cause.
- Overrides:
getCause
in class Throwable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.