Package com.thoughtworks.xstream.core
Class BaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.thoughtworks.xstream.core.BaseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
XStreamException
public abstract class BaseException extends java.lang.RuntimeException
Deprecated.As of 1.3, useXStreamException
instead- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseException(java.lang.String message)
Deprecated.protected
BaseException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-