Uses of Interface
com.thoughtworks.xstream.converters.ErrorWriter
-
Packages that use ErrorWriter 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 -
-
Uses of ErrorWriter in com.thoughtworks.xstream.converters
Classes in com.thoughtworks.xstream.converters that implement ErrorWriter Modifier and Type Class Description classConversionExceptionThrown byConverterimplementations when they cannot convert an object to/from textual data.classErrorWritingExceptionAbstract base class for exceptions supporting an ErrorWriter.Methods in com.thoughtworks.xstream.converters with parameters of type ErrorWriter Modifier and Type Method Description voidErrorReporter. appendErrors(ErrorWriter errorWriter)Append context information to anErrorWriter.voidSingleValueConverterWrapper. appendErrors(ErrorWriter errorWriter) -
Uses of ErrorWriter in com.thoughtworks.xstream.converters.basic
Methods in com.thoughtworks.xstream.converters.basic with parameters of type ErrorWriter Modifier and Type Method Description voidDateConverter. appendErrors(ErrorWriter errorWriter) -
Uses of ErrorWriter in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement ErrorWriter Modifier and Type Class Description static classJavaBeanConverter.DuplicateFieldExceptionDeprecated.As of 1.3static classJavaBeanConverter.DuplicatePropertyExceptionException 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 Modifier and Type Class Description static classAbstractReflectionConverter.DuplicateFieldExceptionstatic classAbstractReflectionConverter.UnknownFieldExceptionclassMissingFieldExceptionIndicates a missing field or property creating an object.classObjectAccessException -
Uses of ErrorWriter in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement ErrorWriter Modifier and Type Class Description static classAbstractReferenceMarshaller.ReferencedImplicitElementExceptionstatic classTreeMarshaller.CircularReferenceExceptionMethods in com.thoughtworks.xstream.core with parameters of type ErrorWriter Modifier and Type Method Description private voidTreeUnmarshaller. addInformationTo(ErrorWriter errorWriter, java.lang.Class type, Converter converter, java.lang.Object parent) -
Uses of ErrorWriter in com.thoughtworks.xstream.io
Methods in com.thoughtworks.xstream.io with parameters of type ErrorWriter Modifier and Type Method Description voidHierarchicalStreamReader. 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).voidReaderWrapper. appendErrors(ErrorWriter errorWriter) -
Uses of ErrorWriter in com.thoughtworks.xstream.io.binary
Methods in com.thoughtworks.xstream.io.binary with parameters of type ErrorWriter Modifier and Type Method Description voidBinaryStreamReader. appendErrors(ErrorWriter errorWriter) -
Uses of ErrorWriter in com.thoughtworks.xstream.io.path
Methods in com.thoughtworks.xstream.io.path with parameters of type ErrorWriter Modifier and Type Method Description voidPathTrackingReader. appendErrors(ErrorWriter errorWriter) -
Uses of ErrorWriter in com.thoughtworks.xstream.io.xml
Methods in com.thoughtworks.xstream.io.xml with parameters of type ErrorWriter Modifier and Type Method Description voidAbstractDocumentReader. appendErrors(ErrorWriter errorWriter)voidDom4JReader. appendErrors(ErrorWriter errorWriter)voidStaxReader. appendErrors(ErrorWriter errorWriter)voidXppReader. appendErrors(ErrorWriter errorWriter)
-