com.thoughtworks.xstream.core
Class BaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
protected BaseException(String message)
          Deprecated.  
 
Method Summary
abstract  Throwable getCause()
          Deprecated.  
 
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(String message)
Deprecated. 
Method Detail

getCause

public abstract Throwable getCause()
Deprecated. 
Overrides:
getCause in class Throwable


Copyright © 2004-2014 XStream. All Rights Reserved.