public abstract static class BatchValidator.BaseErrorReporter extends Object implements BatchValidator.ErrorReporter
| Constructor and Description |
|---|
BaseErrorReporter(String opName) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String name,
ValueVector vector,
String msg) |
int |
errorCount() |
protected boolean |
startError() |
abstract void |
warn(String msg) |
void |
warn(String name,
ValueVector vector,
String msg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiterrorpublic BaseErrorReporter(String opName)
protected boolean startError()
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 abstract void warn(String msg)
public int errorCount()
errorCount in interface BatchValidator.ErrorReporterCopyright © 2021 The Apache Software Foundation. All rights reserved.