com.thoughtworks.xstream.core
Class BaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.thoughtworks.xstream.core.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotResolveClassException, ConversionException, ObjectAccessException, StreamException, TreeMarshaller.CircularReferenceException, XStream.InitializationException

public abstract class BaseException
extends java.lang.RuntimeException

JDK1.3 friendly exception that retains cause.

See Also:
Serialized Form

Constructor Summary
protected BaseException()
           
protected BaseException(java.lang.String message)
           
protected BaseException(java.lang.String message, java.lang.Throwable cause)
           
protected BaseException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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()
Method Detail

getCause

public java.lang.Throwable getCause()


Copyright © 2004-2007 XStream. All Rights Reserved.