Package com.thoughtworks.xstream.io
Class StreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.thoughtworks.xstream.core.BaseException
-
- com.thoughtworks.xstream.XStreamException
-
- com.thoughtworks.xstream.io.StreamException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamException extends XStreamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamException(java.lang.String message)
StreamException(java.lang.String message, java.lang.Throwable cause)
StreamException(java.lang.Throwable e)
-