Uses of Class
com.thoughtworks.xstream.core.BaseException
-
-
Uses of BaseException in com.thoughtworks.xstream
Subclasses of BaseException 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
insteadclass
XStreamException
Base exception for all thrown exceptions with XStream. -
Uses of BaseException in com.thoughtworks.xstream.converters
Subclasses of BaseException 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 BaseException in com.thoughtworks.xstream.converters.javabean
Subclasses of BaseException 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 BaseException in com.thoughtworks.xstream.converters.reflection
Subclasses of BaseException 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 BaseException in com.thoughtworks.xstream.core
Subclasses of BaseException in com.thoughtworks.xstream.core Modifier and Type Class Description static class
AbstractReferenceMarshaller.ReferencedImplicitElementException
static class
TreeMarshaller.CircularReferenceException
-
Uses of BaseException in com.thoughtworks.xstream.io
Subclasses of BaseException in com.thoughtworks.xstream.io Modifier and Type Class Description class
StreamException
-
Uses of BaseException in com.thoughtworks.xstream.mapper
Subclasses of BaseException 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 BaseException in com.thoughtworks.xstream.security
Subclasses of BaseException in com.thoughtworks.xstream.security Modifier and Type Class Description class
ForbiddenClassException
Exception thrown for a forbidden class.
-