Uses of Class
com.thoughtworks.xstream.core.BaseException

Packages that use BaseException
com.thoughtworks.xstream   
com.thoughtworks.xstream.alias   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.javabean   
com.thoughtworks.xstream.converters.reflection   
com.thoughtworks.xstream.core   
com.thoughtworks.xstream.io   
 

Uses of BaseException in com.thoughtworks.xstream
 

Subclasses of BaseException in com.thoughtworks.xstream
static class XStream.InitializationException
           
 

Uses of BaseException in com.thoughtworks.xstream.alias
 

Subclasses of BaseException in com.thoughtworks.xstream.alias
 class CannotResolveClassException
          Deprecated. As of 1.2, use CannotResolveClassException instead
 

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
           
 

Uses of BaseException in com.thoughtworks.xstream.converters.reflection
 

Subclasses of BaseException in com.thoughtworks.xstream.converters.reflection
static class AbstractReflectionConverter.DuplicateFieldException
           
 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
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.