Package com.opencsv.bean.exceptionhandler
This package contains the interface and standard implementations for
exception handling logic during bean creation and bean writing.
-
Interface Summary Interface Description CsvExceptionHandler This interface defines a generic way of dealing with exceptions thrown during the creation of beans or their conversion to CSV output. -
Class Summary Class Description ExceptionHandlerIgnore An exception handler that always ignores exceptions raised.ExceptionHandlerIgnoreThenThrowAfter An exception handler that ignores the first x exceptions, then throws any further exceptions.ExceptionHandlerQueue An exception handler that always queues exceptions raised.ExceptionHandlerQueueThenThrowAfter An exception handler that queues the first x exceptions, then throws any further exceptions.ExceptionHandlerThrow An exception handler that always throws exceptions raised.