Package com.ctc.wstx.exc
Class WstxIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.xml.stream.XMLStreamException
-
- com.ctc.wstx.exc.WstxException
-
- com.ctc.wstx.exc.WstxIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class WstxIOException extends WstxException
Simple wrapper forIOException
s; needed when StAX does not expose underlying I/O exceptions via its methods.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ctc.wstx.exc.WstxException
mMsg
-
-
Constructor Summary
Constructors Constructor Description WstxIOException(java.io.IOException ie)
WstxIOException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class com.ctc.wstx.exc.WstxException
getLocationDesc, getMessage, toString
-
-