Interface ErrorReporter
-
- All Known Subinterfaces:
DocumentReader
,ExtendedHierarchicalStreamReader
,HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader
,AbstractPullReader
,AbstractReader
,AbstractXmlReader
,BinaryStreamReader
,DateConverter
,DomReader
,PathTrackingReader
,ReaderWrapper
,SingleValueConverterWrapper
,StaxReader
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendErrors(ErrorWriter errorWriter)
Append context information to anErrorWriter
.
-
-
-
Method Detail
-
appendErrors
void appendErrors(ErrorWriter errorWriter)
Append context information to anErrorWriter
.- Parameters:
errorWriter
- the error writer- Since:
- 1.4
-
-