Package de.ufinke.cubaja.csv
Interface ErrorHandler
-
- All Known Implementing Classes:
CollectingErrorHandler,DefaultErrorHandler
public interface ErrorHandlerCsvExceptionhandler.- Author:
- Uwe Finke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(CsvException error)Handle an exception.
-
-
-
Method Detail
-
handleError
void handleError(CsvException error) throws CsvException
Handle an exception.- Parameters:
error- exception to handle- Throws:
CsvException- forwarded excption
-
-