Package de.ufinke.cubaja.csv
Interface ErrorHandler
-
- All Known Implementing Classes:
CollectingErrorHandler
,DefaultErrorHandler
public interface ErrorHandler
CsvException
handler.- Author:
- Uwe Finke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(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
-
-