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:
Serializable
- Direct Known Subclasses:
XStreamException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseException
(String message) Deprecated.protected
BaseException
(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
Deprecated. -
BaseException
Deprecated.
-
XStreamException
instead