com.thoughtworks.xstream.converters
Interface ErrorReporter

All Known Subinterfaces:
DocumentReader, ExtendedHierarchicalStreamReader, HierarchicalStreamReader
All Known Implementing Classes:
AbstractDocumentReader, AbstractPullReader, AbstractReader, AbstractXmlReader, BinaryStreamReader, DateConverter, Dom4JReader, DomReader, JDomReader, PathTrackingReader, ReaderWrapper, SingleValueConverterWrapper, StaxReader, XomReader, XppDomReader, XppReader

public interface ErrorReporter

To aid debugging, some components expose themselves as ErrorReporter indicating that they can add information in case of an error..

Since:
1.4
Author:
Joerg Schaible

Method Summary
 void appendErrors(ErrorWriter errorWriter)
          Append context information to an ErrorWriter.
 

Method Detail

appendErrors

void appendErrors(ErrorWriter errorWriter)
Append context information to an ErrorWriter.

Parameters:
errorWriter - the error writer
Since:
1.4


Copyright © 2004-2014 XStream. All Rights Reserved.