SerializableWstxIOException, WstxOutputException, WstxParsingExceptionpublic class WstxException extends XMLStreamException
XMLStreamException
Wstx uses.| Modifier and Type | Field | Description |
|---|---|---|
protected String |
mMsg |
D'oh.
|
location, nested| Constructor | Description |
|---|---|
WstxException(String msg) |
|
WstxException(String msg,
Location loc) |
|
WstxException(String msg,
Location loc,
Throwable th) |
|
WstxException(Throwable th) |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getLocationDesc() |
|
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.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracegetLocation, getNestedExceptionprotected final String mMsg
public WstxException(String msg)
public WstxException(Throwable th)
public String getMessage()
getMessage in class Throwableprotected String getLocationDesc()
Copyright © 2019 FasterXML. All rights reserved.