| Package | Description | 
|---|---|
| com.thoughtworks.xstream.converters | |
| com.thoughtworks.xstream.converters.basic | 
 Converters for common basic types in Java. 
 | 
| com.thoughtworks.xstream.converters.javabean | |
| com.thoughtworks.xstream.converters.reflection | |
| com.thoughtworks.xstream.core | |
| com.thoughtworks.xstream.io | |
| com.thoughtworks.xstream.io.binary | |
| com.thoughtworks.xstream.io.path | 
 Library for tracking paths of nodes in documents using a subset of XPath. 
 | 
| com.thoughtworks.xstream.io.xml | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConversionException
Thrown by  
Converter implementations when they cannot convert an object
 to/from textual data. | 
class  | 
ErrorWritingException
Abstract base class for exceptions supporting an ErrorWriter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ErrorReporter.appendErrors(ErrorWriter errorWriter)
Append context information to an  
ErrorWriter. | 
void | 
SingleValueConverterWrapper.appendErrors(ErrorWriter errorWriter)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DateConverter.appendErrors(ErrorWriter errorWriter)  | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractReflectionConverter.DuplicateFieldException  | 
static class  | 
AbstractReflectionConverter.UnknownFieldException  | 
class  | 
MissingFieldException
Indicates a missing field or property creating an object. 
 | 
class  | 
ObjectAccessException  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractReferenceMarshaller.ReferencedImplicitElementException  | 
static class  | 
TreeMarshaller.CircularReferenceException  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReaderWrapper.appendErrors(ErrorWriter errorWriter)  | 
void | 
HierarchicalStreamReader.appendErrors(ErrorWriter errorWriter)
If any errors are detected, allow the reader to add any additional information that can aid debugging
 (such as line numbers, XPath expressions, etc). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BinaryStreamReader.appendErrors(ErrorWriter errorWriter)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PathTrackingReader.appendErrors(ErrorWriter errorWriter)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Dom4JReader.appendErrors(ErrorWriter errorWriter)  | 
void | 
AbstractDocumentReader.appendErrors(ErrorWriter errorWriter)  | 
void | 
XppReader.appendErrors(ErrorWriter errorWriter)  | 
void | 
StaxReader.appendErrors(ErrorWriter errorWriter)  | 
Copyright © 2004–2016 XStream. All rights reserved.