Class ObjectAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.converters.ErrorWritingException
com.thoughtworks.xstream.converters.reflection.ObjectAccessException
- All Implemented Interfaces:
ErrorWriter
,Serializable
- Direct Known Subclasses:
MissingFieldException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectAccessException
(String message) ObjectAccessException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.thoughtworks.xstream.converters.ErrorWritingException
add, get, getMessage, getShortMessage, keys, set
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectAccessException
-
ObjectAccessException
-