Uses of Class
com.thoughtworks.xstream.XStreamException
-
-
Uses of XStreamException in com.thoughtworks.xstream
Subclasses of XStreamException in com.thoughtworks.xstream Modifier and Type Class Description classInitializationExceptionException thrown configuring an XStream instance.static classXStream.InitializationExceptionDeprecated.As of 1.3, useInitializationExceptioninstead -
Uses of XStreamException in com.thoughtworks.xstream.converters
Subclasses of XStreamException in com.thoughtworks.xstream.converters Modifier and Type Class Description classConversionExceptionThrown byConverterimplementations when they cannot convert an object to/from textual data.classErrorWritingExceptionAbstract base class for exceptions supporting an ErrorWriter. -
Uses of XStreamException in com.thoughtworks.xstream.converters.javabean
Subclasses of XStreamException 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 XStreamException in com.thoughtworks.xstream.converters.reflection
Subclasses of XStreamException 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 XStreamException in com.thoughtworks.xstream.core
Subclasses of XStreamException in com.thoughtworks.xstream.core Modifier and Type Class Description static classAbstractReferenceMarshaller.ReferencedImplicitElementExceptionstatic classTreeMarshaller.CircularReferenceException -
Uses of XStreamException in com.thoughtworks.xstream.io
Subclasses of XStreamException in com.thoughtworks.xstream.io Modifier and Type Class Description classStreamException -
Uses of XStreamException in com.thoughtworks.xstream.mapper
Subclasses of XStreamException in com.thoughtworks.xstream.mapper Modifier and Type Class Description classCannotResolveClassExceptionException thrown if a mapper cannot locate the appropriate class for an element. -
Uses of XStreamException in com.thoughtworks.xstream.security
Subclasses of XStreamException in com.thoughtworks.xstream.security Modifier and Type Class Description classAbstractSecurityExceptionGeneral base class for a Security Exception in XStream.classForbiddenClassExceptionException thrown for a forbidden class.classInputManipulationExceptionClass for a Security Exception assuming input manipulation in XStream.
-