Package com.thoughtworks.xstream.mapper
Class CannotResolveClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.mapper.CannotResolveClassException
- All Implemented Interfaces:
Serializable
Exception thrown if a mapper cannot locate the appropriate class for an element.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotResolveClassException
(String className) CannotResolveClassException
(String className, 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
-
CannotResolveClassException
-
CannotResolveClassException
- Since:
- 1.4.2
-