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, wait
error
public BaseErrorReporter(String opName)
protected boolean startError()
public void error(String name, ValueVector vector, String msg)
error
in interface BatchValidator.ErrorReporter
public void warn(String name, ValueVector vector, String msg)
warn
in interface BatchValidator.ErrorReporter
public abstract void warn(String msg)
public int errorCount()
errorCount
in interface BatchValidator.ErrorReporter
Copyright © 1970 The Apache Software Foundation. All rights reserved.