Uses of Class
com.thoughtworks.xstream.converters.ErrorWritingException
-
-
Uses of ErrorWritingException in com.thoughtworks.xstream.converters
Subclasses of ErrorWritingException in com.thoughtworks.xstream.converters Modifier and Type Class Description class
ConversionException
Thrown byConverter
implementations when they cannot convert an object to/from textual data. -
Uses of ErrorWritingException in com.thoughtworks.xstream.converters.javabean
Subclasses of ErrorWritingException 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 ErrorWritingException in com.thoughtworks.xstream.converters.reflection
Subclasses of ErrorWritingException in com.thoughtworks.xstream.converters.reflection Modifier and Type Class Description static class
AbstractReflectionConverter.DuplicateFieldException
static class
AbstractReflectionConverter.UnknownFieldException
class
MissingFieldException
Indicates a missing field or property creating an object.class
ObjectAccessException
-
Uses of ErrorWritingException in com.thoughtworks.xstream.core
Subclasses of ErrorWritingException in com.thoughtworks.xstream.core Modifier and Type Class Description static class
AbstractReferenceMarshaller.ReferencedImplicitElementException
static class
TreeMarshaller.CircularReferenceException
-