Uses of Class
com.thoughtworks.xstream.XStreamException

Packages that use XStreamException
com.thoughtworks.xstream   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.javabean   
com.thoughtworks.xstream.converters.reflection   
com.thoughtworks.xstream.core   
com.thoughtworks.xstream.io   
com.thoughtworks.xstream.mapper   
 

Uses of XStreamException in com.thoughtworks.xstream
 

Subclasses of XStreamException in com.thoughtworks.xstream
 class InitializationException
          Exception thrown configuring an XStream instance.
static class XStream.InitializationException
          Deprecated. As of 1.3, use InitializationException instead
 

Uses of XStreamException in com.thoughtworks.xstream.converters
 

Subclasses of XStreamException in com.thoughtworks.xstream.converters
 class ConversionException
          Thrown by Converter implementations when they cannot convert an object to/from textual data.
 

Uses of XStreamException in com.thoughtworks.xstream.converters.javabean
 

Subclasses of XStreamException 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 XStreamException in com.thoughtworks.xstream.converters.reflection
 

Subclasses of XStreamException 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 XStreamException in com.thoughtworks.xstream.core
 

Subclasses of XStreamException in com.thoughtworks.xstream.core
static class AbstractReferenceMarshaller.ReferencedImplicitElementException
           
static class TreeMarshaller.CircularReferenceException
           
 

Uses of XStreamException in com.thoughtworks.xstream.io
 

Subclasses of XStreamException in com.thoughtworks.xstream.io
 class StreamException
           
 

Uses of XStreamException in com.thoughtworks.xstream.mapper
 

Subclasses of XStreamException in com.thoughtworks.xstream.mapper
 class CannotResolveClassException
          Exception thrown if a mapper cannot locate the appropriate class for an element.
 



Copyright © 2004-2014 XStream. All Rights Reserved.