Uses of Class
com.thoughtworks.xstream.converters.reflection.ObjectAccessException
-
Packages that use ObjectAccessException Package Description com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.core.util -
-
Uses of ObjectAccessException in com.thoughtworks.xstream.converters.reflection
Subclasses of ObjectAccessException in com.thoughtworks.xstream.converters.reflection Modifier and Type Class Description class
MissingFieldException
Indicates a missing field or property creating an object. -
Uses of ObjectAccessException in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util that return ObjectAccessException Modifier and Type Method Description private static ObjectAccessException
Fields. wrap(java.lang.String message, java.lang.Class type, java.lang.String name, java.lang.Throwable ex)
-