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 class
JavaBeanConverter.DuplicateFieldException
Deprecated.As of 1.3static class
JavaBeanConverter.DuplicatePropertyException
Exception 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 class
AbstractReflectionConverter.DuplicateFieldException
static class
AbstractReflectionConverter.UnknownFieldException
-
Uses of ConversionException in com.thoughtworks.xstream.core
Subclasses of ConversionException in com.thoughtworks.xstream.core Modifier and Type Class Description static class
AbstractReferenceMarshaller.ReferencedImplicitElementException
static class
TreeMarshaller.CircularReferenceException
-