Uses of Interface
com.thoughtworks.xstream.converters.ErrorWriter

Packages that use ErrorWriter
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   
 

Uses of ErrorWriter in com.thoughtworks.xstream.converters
 

Classes in com.thoughtworks.xstream.converters that implement ErrorWriter
 class ConversionException
          Thrown by Converter implementations when they cannot convert an object to/from textual data.
 

Methods in com.thoughtworks.xstream.converters with parameters of type ErrorWriter
 void ErrorReporter.appendErrors(ErrorWriter errorWriter)
          Append context information to an ErrorWriter.
 void SingleValueConverterWrapper.appendErrors(ErrorWriter errorWriter)
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.converters.basic
 

Methods in com.thoughtworks.xstream.converters.basic with parameters of type ErrorWriter
 void DateConverter.appendErrors(ErrorWriter errorWriter)
           
 

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

Classes in com.thoughtworks.xstream.converters.javabean that implement ErrorWriter
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 ErrorWriter in com.thoughtworks.xstream.converters.reflection
 

Classes in com.thoughtworks.xstream.converters.reflection that implement ErrorWriter
static class AbstractReflectionConverter.DuplicateFieldException
           
static class AbstractReflectionConverter.UnknownFieldException
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.core
 

Classes in com.thoughtworks.xstream.core that implement ErrorWriter
static class AbstractReferenceMarshaller.ReferencedImplicitElementException
           
static class TreeMarshaller.CircularReferenceException
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.io
 

Methods in com.thoughtworks.xstream.io with parameters of type 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).
 void ReaderWrapper.appendErrors(ErrorWriter errorWriter)
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.io.binary
 

Methods in com.thoughtworks.xstream.io.binary with parameters of type ErrorWriter
 void BinaryStreamReader.appendErrors(ErrorWriter errorWriter)
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.io.path
 

Methods in com.thoughtworks.xstream.io.path with parameters of type ErrorWriter
 void PathTrackingReader.appendErrors(ErrorWriter errorWriter)
           
 

Uses of ErrorWriter in com.thoughtworks.xstream.io.xml
 

Methods in com.thoughtworks.xstream.io.xml with parameters of type ErrorWriter
 void AbstractDocumentReader.appendErrors(ErrorWriter errorWriter)
           
 void Dom4JReader.appendErrors(ErrorWriter errorWriter)
           
 void StaxReader.appendErrors(ErrorWriter errorWriter)
           
 void XppReader.appendErrors(ErrorWriter errorWriter)
           
 



Copyright © 2004-2014 XStream. All Rights Reserved.