com.thoughtworks.xstream
Class XStream.InitializationException

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
                  extended by com.thoughtworks.xstream.XStreamException
                      extended by com.thoughtworks.xstream.XStream.InitializationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InitializationException
Enclosing class:
XStream

Deprecated. since 1.3, use InitializationException instead

public static class XStream.InitializationException
extends XStreamException

See Also:
Serialized Form

Constructor Summary
XStream.InitializationException(java.lang.String message)
          Deprecated.  
XStream.InitializationException(java.lang.String message, java.lang.Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.thoughtworks.xstream.XStreamException
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

XStream.InitializationException

public XStream.InitializationException(java.lang.String message,
                                       java.lang.Throwable cause)
Deprecated. 

XStream.InitializationException

public XStream.InitializationException(java.lang.String message)
Deprecated. 


Joe Walnes, http://xstream.codehaus.org/