public class WstxLazyException extends RuntimeException
XMLStreamException
; this generally
happens when doing lazy parsing.Constructor and Description |
---|
WstxLazyException(XMLStreamException origEx) |
Modifier and Type | Method and 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() |
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 © 2018 FasterXML. All rights reserved.