public static interface BatchValidator.ErrorReporter
| 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) |
void error(String name, ValueVector vector, String msg)
void warn(String name, ValueVector vector, String msg)
void error(String msg)
int errorCount()
Copyright © 2021 The Apache Software Foundation. All rights reserved.