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 classConversionExceptionThrown byConverterimplementations 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 classJavaBeanConverter.DuplicateFieldExceptionDeprecated.As of 1.3static classJavaBeanConverter.DuplicatePropertyExceptionException 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 classAbstractReflectionConverter.DuplicateFieldExceptionstatic classAbstractReflectionConverter.UnknownFieldExceptionclassMissingFieldExceptionIndicates a missing field or property creating an object.classObjectAccessException -
Uses of ErrorWritingException in com.thoughtworks.xstream.core
Subclasses of ErrorWritingException in com.thoughtworks.xstream.core Modifier and Type Class Description static classAbstractReferenceMarshaller.ReferencedImplicitElementExceptionstatic classTreeMarshaller.CircularReferenceException
-