Serializablepublic class WstxLazyException extends RuntimeException
XMLStreamException; this generally
happens when doing lazy parsing.| Constructor | Description |
|---|---|
WstxLazyException(XMLStreamException origEx) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getMessage() |
Need to override this, to be able to dynamically construct and
display the location information...
|
static void |
throwLazily(XMLStreamException ex) |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic WstxLazyException(XMLStreamException origEx)
public static void throwLazily(XMLStreamException ex) throws WstxLazyException
WstxLazyExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2019 FasterXML. All rights reserved.