Package com.thoughtworks.xstream
Class 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
com.thoughtworks.xstream.InitializationException
- All Implemented Interfaces:
Serializable
Exception thrown configuring an XStream instance.
- Since:
- 1.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializationException
(String message) InitializationException
(String message, Throwable cause) -
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
-
InitializationException
-