|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.io.CSVDefaultErrorHandler
public class CSVDefaultErrorHandler
Default implementation used by CSVReader for handling CSV format errors found while parsing a CSV record.
Constructor Summary | |
---|---|
CSVDefaultErrorHandler()
|
Method Summary | |
---|---|
void |
handleError(int errorCode,
java.lang.String location,
int lineNumber)
Handles CSV format errors found while parsing a CSV record. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVDefaultErrorHandler()
Method Detail |
---|
public void handleError(int errorCode, java.lang.String location, int lineNumber)
handleError
in interface CSVErrorHandler
errorCode
- Error codelocation
- Location (filename, URL, or other source) of CSV data
being parsedlineNumber
- Line number where error was found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |