Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public WstxLazyException(XMLStreamException origEx)
public static void throwLazily(XMLStreamException ex) throws WstxLazyException
WstxLazyException
public String getMessage()
getMessage
in class Throwable
Copyright © 2019 FasterXML. All rights reserved.