public class XMLStreamException2 extends javax.xml.stream.XMLStreamException
XMLStreamException
that properly handles exception chaining.location, nested
Constructor and Description |
---|
XMLStreamException2(String msg) |
XMLStreamException2(String msg,
javax.xml.stream.Location location) |
XMLStreamException2(String msg,
javax.xml.stream.Location location,
Throwable th) |
XMLStreamException2(String msg,
Throwable th) |
XMLStreamException2(Throwable th) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
XMLStreamException doesn't return the correct cause. |
getLocation, getNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLStreamException2(String msg)
public XMLStreamException2(Throwable th)
public XMLStreamException2(String msg, javax.xml.stream.Location location)
public XMLStreamException2(String msg, javax.xml.stream.Location location, Throwable th)
public Throwable getCause()
XMLStreamException
doesn't return the correct cause.Copyright © 2012. All Rights Reserved.