Package com.ctc.wstx.exc
Class WstxParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.xml.stream.XMLStreamException
-
- com.ctc.wstx.exc.WstxException
-
- com.ctc.wstx.exc.WstxParsingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
WstxEOFException
,WstxUnexpectedCharException
public class WstxParsingException extends WstxException
Intermediate base class for reporting actual Wstx parsing problems.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ctc.wstx.exc.WstxException
mMsg
-
-
Constructor Summary
Constructors Constructor Description WstxParsingException(java.lang.String msg)
WstxParsingException(java.lang.String msg, javax.xml.stream.Location loc)
-
Method Summary
-
Methods inherited from class com.ctc.wstx.exc.WstxException
getLocationDesc, getMessage, toString
-
-