Class WstxEOFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
com.ctc.wstx.exc.WstxException
com.ctc.wstx.exc.WstxParsingException
com.ctc.wstx.exc.WstxEOFException
- All Implemented Interfaces:
Serializable
Exception thrown during parsing, if an unexpected EOF is encountered.
Location usually signals starting position of current Node.
- See Also:
-
Field Summary
Fields inherited from class WstxException
mMsgFields inherited from class XMLStreamException
location, nested -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WstxException
getLocationDesc, getMessage, toStringMethods inherited from class XMLStreamException
getLocation, getNestedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WstxEOFException
-