Uses of Class
com.thoughtworks.xstream.XStreamException
Packages that use XStreamException
Package
Description
-
Uses of XStreamException in com.thoughtworks.xstream
Subclasses of XStreamException in com.thoughtworks.xstreamModifier and TypeClassDescriptionclass
Exception thrown configuring an XStream instance.static class
Deprecated. -
Uses of XStreamException in com.thoughtworks.xstream.converters
Subclasses of XStreamException in com.thoughtworks.xstream.convertersModifier and TypeClassDescriptionclass
Thrown byConverter
implementations when they cannot convert an object to/from textual data.class
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.javabeanModifier and TypeClassDescriptionstatic class
Deprecated.As of 1.3static class
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.reflectionModifier and TypeClassDescriptionstatic class
static class
class
Indicates a missing field or property creating an object.class
-
Uses of XStreamException in com.thoughtworks.xstream.core
Subclasses of XStreamException in com.thoughtworks.xstream.coreModifier and TypeClassDescriptionstatic class
static class
-
Uses of XStreamException in com.thoughtworks.xstream.io
Subclasses of XStreamException in com.thoughtworks.xstream.io -
Uses of XStreamException in com.thoughtworks.xstream.mapper
Subclasses of XStreamException in com.thoughtworks.xstream.mapperModifier and TypeClassDescriptionclass
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.securityModifier and TypeClassDescriptionclass
General base class for a Security Exception in XStream.class
Exception thrown for a forbidden class.class
Class for a Security Exception assuming input manipulation in XStream.
InitializationException
instead