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
Enclosing class:
XStream

Deprecated. As of 1.3, use XStream.InitializationException instead

public static class XStream.InitializationException
extends com.thoughtworks.xstream.XStreamException

See Also:
Serialized Form

Constructor Summary
XStream.InitializationException(java.lang.String message)
          Deprecated. As of 1.3, use XStream.InitializationException instead
XStream.InitializationException(java.lang.String message, java.lang.Throwable cause)
          Deprecated. As of 1.3, use XStream.InitializationException instead
 
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. As of 1.3, use XStream.InitializationException instead


XStream.InitializationException

public XStream.InitializationException(java.lang.String message)
Deprecated. As of 1.3, use XStream.InitializationException instead



Copyright © 2005-2016. All Rights Reserved.