|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseException in com.thoughtworks.xstream |
---|
Subclasses of BaseException in com.thoughtworks.xstream | |
---|---|
class |
InitializationException
Exception thrown configuring an XStream instance. |
static class |
XStream.InitializationException
Deprecated. As of 1.3, use InitializationException instead |
class |
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 | |
---|---|
class |
ConversionException
Thrown by Converter implementations when they cannot convert an object
to/from textual data. |
Uses of BaseException in com.thoughtworks.xstream.converters.javabean |
---|
Subclasses of BaseException in com.thoughtworks.xstream.converters.javabean | |
---|---|
static class |
JavaBeanConverter.DuplicateFieldException
Deprecated. As of 1.3 |
static 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 | |
---|---|
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 | |
---|---|
static class |
AbstractReferenceMarshaller.ReferencedImplicitElementException
|
static class |
TreeMarshaller.CircularReferenceException
|
Uses of BaseException in com.thoughtworks.xstream.io |
---|
Subclasses of BaseException in com.thoughtworks.xstream.io | |
---|---|
class |
StreamException
|
Uses of BaseException in com.thoughtworks.xstream.mapper |
---|
Subclasses of BaseException in com.thoughtworks.xstream.mapper | |
---|---|
class |
CannotResolveClassException
Exception thrown if a mapper cannot locate the appropriate class for an element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |