|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
com.ctc.wstx.exc.WstxException
com.ctc.wstx.exc.WstxParsingException
com.ctc.wstx.exc.WstxEOFException
public class WstxEOFException
Exception thrown during parsing, if an unexpected EOF is encountered. Location usually signals starting position of current Node.
Field Summary |
---|
Fields inherited from class javax.xml.stream.XMLStreamException |
---|
location, nested |
Constructor Summary | |
---|---|
WstxEOFException(java.lang.String msg,
javax.xml.stream.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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WstxEOFException(java.lang.String msg, javax.xml.stream.Location loc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |