Uses of Class
com.thoughtworks.xstream.converters.ConversionException
-
Packages that use ConversionException Package Description com.thoughtworks.xstream.converters.javabean com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.core -
-
Uses of ConversionException in com.thoughtworks.xstream.converters.javabean
Subclasses of ConversionException in com.thoughtworks.xstream.converters.javabean Modifier and Type Class Description static classJavaBeanConverter.DuplicateFieldExceptionDeprecated.As of 1.3static classJavaBeanConverter.DuplicatePropertyExceptionException to indicate double processing of a property to avoid silent clobbering. -
Uses of ConversionException in com.thoughtworks.xstream.converters.reflection
Subclasses of ConversionException in com.thoughtworks.xstream.converters.reflection Modifier and Type Class Description static classAbstractReflectionConverter.DuplicateFieldExceptionstatic classAbstractReflectionConverter.UnknownFieldException -
Uses of ConversionException in com.thoughtworks.xstream.core
Subclasses of ConversionException in com.thoughtworks.xstream.core Modifier and Type Class Description static classAbstractReferenceMarshaller.ReferencedImplicitElementExceptionstatic classTreeMarshaller.CircularReferenceException
-