ariba.util.io
Class CSVDefaultErrorHandler
java.lang.Object
ariba.util.io.CSVDefaultErrorHandler
- All Implemented Interfaces:
- CSVErrorHandler
public class CSVDefaultErrorHandler
- extends Object
- implements CSVErrorHandler
Default implementation used by CSVReader for handling CSV format errors found
while parsing a CSV record.
|
Method Summary |
void |
handleError(int errorCode,
String location,
int lineNumber)
Handles CSV format errors found while parsing a CSV record. |
CSVDefaultErrorHandler
public CSVDefaultErrorHandler()
handleError
public void handleError(int errorCode,
String location,
int lineNumber)
- Handles CSV format errors found while parsing a CSV record. Called by
CSVReader when an error is encountered.
- Specified by:
handleError in interface CSVErrorHandler
- Parameters:
errorCode - Error codelocation - Location (filename, URL, or other source) of CSV data
being parsedlineNumber - Line number where error was found
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.