Uses of Interface
com.thoughtworks.xstream.converters.ErrorWriter
Packages that use ErrorWriter
Package
Description
Converters for common basic types in Java.
Library for tracking paths of nodes in documents using a subset of XPath.
-
Uses of ErrorWriter in com.thoughtworks.xstream.converters
Classes in com.thoughtworks.xstream.converters that implement ErrorWriterModifier and TypeClassDescriptionclass
Thrown byConverter
implementations when they cannot convert an object to/from textual data.class
Abstract base class for exceptions supporting an ErrorWriter.Methods in com.thoughtworks.xstream.converters with parameters of type ErrorWriterModifier and TypeMethodDescriptionvoid
ErrorReporter.appendErrors
(ErrorWriter errorWriter) Append context information to anErrorWriter
.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 -
Uses of ErrorWriter in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement ErrorWriterModifier and TypeClassDescriptionstatic class
Deprecated.As of 1.3static class
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 ErrorWriterModifier and TypeClassDescriptionstatic class
static class
class
Indicates a missing field or property creating an object.class
-
Uses of ErrorWriter in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement ErrorWriterModifier and TypeClassDescriptionstatic class
static class
Methods in com.thoughtworks.xstream.core with parameters of type ErrorWriterModifier and TypeMethodDescriptionprivate void
TreeUnmarshaller.addInformationTo
(ErrorWriter errorWriter, Class type, Converter converter, Object parent) -
Uses of ErrorWriter in com.thoughtworks.xstream.io
Methods in com.thoughtworks.xstream.io with parameters of type ErrorWriterModifier and TypeMethodDescriptionvoid
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 -
Uses of ErrorWriter in com.thoughtworks.xstream.io.path
Methods in com.thoughtworks.xstream.io.path with parameters of type ErrorWriter -
Uses of ErrorWriter in com.thoughtworks.xstream.io.xml
Methods in com.thoughtworks.xstream.io.xml with parameters of type ErrorWriterModifier and TypeMethodDescriptionvoid
AbstractDocumentReader.appendErrors
(ErrorWriter errorWriter) void
Dom4JReader.appendErrors
(ErrorWriter errorWriter) void
StaxReader.appendErrors
(ErrorWriter errorWriter) void
XppReader.appendErrors
(ErrorWriter errorWriter)