Package com.thoughtworks.xstream
Class XStream.InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.XStream.InitializationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InitializationException
- Enclosing class:
XStream
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializationException
(String message) Deprecated.As of 1.3, useInitializationException(String)
insteadInitializationException
(String message, Throwable cause) Deprecated.As of 1.3, useInitializationException(String, Throwable)
instead -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitializationException
Deprecated.As of 1.3, useInitializationException(String, Throwable)
instead -
InitializationException
Deprecated.As of 1.3, useInitializationException(String)
instead
-
InitializationException
instead