Package com.ctc.wstx.exc
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
public class WstxEOFException extends WstxParsingException
Exception thrown during parsing, if an unexpected EOF is encountered. Location usually signals starting position of current Node.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ctc.wstx.exc.WstxException
mMsg
-
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
-
-
Constructor Summary
Constructors Constructor Description WstxEOFException(String msg, Location loc)
-
Method Summary
-
Methods inherited from class com.ctc.wstx.exc.WstxException
getLocationDesc, getMessage, toString
-
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-