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 class
InitializationException
Exception thrown configuring an XStream instance.static class
XStream.InitializationException
Deprecated.As of 1.3, useInitializationException
instead -
Uses of XStreamException in com.thoughtworks.xstream.converters
Subclasses of XStreamException 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.class
ErrorWritingException
Abstract 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 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 XStreamException in com.thoughtworks.xstream.converters.reflection
Subclasses of XStreamException 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 XStreamException in com.thoughtworks.xstream.core
Subclasses of XStreamException in com.thoughtworks.xstream.core Modifier and Type Class Description static class
AbstractReferenceMarshaller.ReferencedImplicitElementException
static class
TreeMarshaller.CircularReferenceException
-
Uses of XStreamException in com.thoughtworks.xstream.io
Subclasses of XStreamException in com.thoughtworks.xstream.io Modifier and Type Class Description class
StreamException
-
Uses of XStreamException in com.thoughtworks.xstream.mapper
Subclasses of XStreamException in com.thoughtworks.xstream.mapper Modifier and Type Class Description class
CannotResolveClassException
Exception 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 class
ForbiddenClassException
Exception thrown for a forbidden class.
-