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