public class WstxLazyException
extends java.lang.RuntimeException
XMLStreamException; this generally
happens when doing lazy parsing.| Modifier and Type | Field and Description |
|---|---|
(package private) javax.xml.stream.XMLStreamException |
mOrig |
| Constructor and Description |
|---|
WstxLazyException(javax.xml.stream.XMLStreamException origEx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Need to override this, to be able to dynamically construct and
display the location information...
|
static void |
throwLazily(javax.xml.stream.XMLStreamException ex) |
java.lang.String |
toString() |
public WstxLazyException(javax.xml.stream.XMLStreamException origEx)
public static void throwLazily(javax.xml.stream.XMLStreamException ex)
throws WstxLazyException
WstxLazyExceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable