public class WstxException
extends javax.xml.stream.XMLStreamException
XMLStreamException
Wstx uses.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
mMsg
D'oh.
|
Constructor and Description |
---|
WstxException(java.lang.String msg) |
WstxException(java.lang.String msg,
javax.xml.stream.Location loc) |
WstxException(java.lang.String msg,
javax.xml.stream.Location loc,
java.lang.Throwable th) |
WstxException(java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getLocationDesc() |
java.lang.String |
getMessage()
Method is overridden for two main reasons: first, default method
does not display public/system id information, even if it exists, and
second, default implementation can not handle nested Location
information.
|
java.lang.String |
toString() |
protected final java.lang.String mMsg
public WstxException(java.lang.String msg)
public WstxException(java.lang.Throwable th)
public WstxException(java.lang.String msg, javax.xml.stream.Location loc)
public WstxException(java.lang.String msg, javax.xml.stream.Location loc, java.lang.Throwable th)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
protected java.lang.String getLocationDesc()