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:
- CannotResolveClassException, ConversionException, ObjectAccessException, StreamException, TreeMarshaller.CircularReferenceException, XStream.InitializationException
public abstract class BaseException
- extends RuntimeException
JDK1.3 friendly exception that retains cause.
- See Also:
- Serialized Form
BaseException
protected BaseException(String message,
Throwable cause)
BaseException
protected BaseException(Throwable cause)
BaseException
protected BaseException(String message)
BaseException
protected BaseException()
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2004-2007 XStream. All Rights Reserved.