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:
- CannotResolveClassException, ConversionException, ObjectAccessException, StreamException, XStream.InitializationException
public abstract class BaseException
- extends java.lang.RuntimeException
JDK1.3 friendly exception that retains cause.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BaseException
protected BaseException(java.lang.String message,
java.lang.Throwable cause)
BaseException
protected BaseException(java.lang.Throwable cause)
BaseException
protected BaseException(java.lang.String message)
BaseException
protected BaseException()
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2006 null. All Rights Reserved.