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. As of 1.3, use XStreamException
instead
public abstract class BaseException
- extends RuntimeException
JDK1.3 friendly exception that retains cause.
- See Also:
- Serialized Form
BaseException
protected BaseException(String message)
- Deprecated.
getCause
public abstract Throwable getCause()
- Deprecated.
- Overrides:
getCause
in class Throwable
Copyright © 2004-2014 XStream. All Rights Reserved.