public static class TestBatchValidator.CapturingReporter extends Object implements BatchValidator.ErrorReporter
| Constructor and Description |
|---|
CapturingReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String msg) |
void |
error(String name,
ValueVector vector,
String msg) |
int |
errorCount() |
void |
warn(String name,
ValueVector vector,
String msg) |
public void error(String name, ValueVector vector, String msg)
error in interface BatchValidator.ErrorReporterpublic void warn(String name, ValueVector vector, String msg)
warn in interface BatchValidator.ErrorReporterpublic void error(String msg)
error in interface BatchValidator.ErrorReporterpublic int errorCount()
errorCount in interface BatchValidator.ErrorReporterCopyright © 2021 The Apache Software Foundation. All rights reserved.