Package com.fasterxml.aalto.impl
Class IoStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.xml.stream.XMLStreamException
-
- com.fasterxml.aalto.impl.StreamExceptionBase
-
- com.fasterxml.aalto.impl.IoStreamException
-
- All Implemented Interfaces:
java.io.Serializable
public class IoStreamException extends StreamExceptionBase
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.fasterxml.aalto.impl.StreamExceptionBase
mMsg
-
-
Constructor Summary
Constructors Constructor Description IoStreamException(java.io.IOException ie)
IoStreamException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class com.fasterxml.aalto.impl.StreamExceptionBase
getLocationDesc, getMessage, toString
-
-