com.ctc.wstx.exc
public class WstxLazyException extends java.lang.RuntimeException
XMLStreamException
; this generally
happens when doing lazy parsing.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
WstxLazyException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable