Package com.ctc.wstx.exc
Class WstxLazyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ctc.wstx.exc.WstxLazyException
- All Implemented Interfaces:
Serializable
Alternative exception class Woodstox code uses when it is not allowed
to throw an instance of
XMLStreamException
; this generally
happens when doing lazy parsing.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNeed to override this, to be able to dynamically construct and display the location information...static void
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
mOrig
-
-
Constructor Details
-
WstxLazyException
-
-
Method Details
-
throwLazily
- Throws:
WstxLazyException
-
getMessage
Need to override this, to be able to dynamically construct and display the location information...- Overrides:
getMessage
in classThrowable
-
toString
-