Uses of Class
com.opencsv.exceptions.CsvException
Packages that use CsvException
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
This package contains the interface and standard implementations for
exception handling logic during bean creation and bean writing.
This package contains all of the exceptions specific to opencsv.
-
Uses of CsvException in com.opencsv
Methods in com.opencsv that throw CsvException -
Uses of CsvException in com.opencsv.bean
Methods in com.opencsv.bean that return types with arguments of type CsvExceptionModifier and TypeMethodDescriptionCsvToBean.getCapturedExceptions()Returns the list of all exceptions that would have been thrown during the import, but were queued by the exception handler.StatefulBeanToCsv.getCapturedExceptions()Any exceptions captured during writing of beans to a CSV destination can be retrieved through this method. -
Uses of CsvException in com.opencsv.bean.concurrent
Fields in com.opencsv.bean.concurrent with type parameters of type CsvExceptionModifier and TypeFieldDescriptionprotected final BlockingQueue<com.opencsv.bean.util.OrderedObject<CsvException>> IntolerantThreadPoolExecutor.thrownExceptionsQueueA queue of exceptions thrown by threads during processing.protected final BlockingQueue<com.opencsv.bean.util.OrderedObject<CsvException>> IntolerantThreadPoolExecutor.thrownExceptionsQueueA queue of exceptions thrown by threads during processing. -
Uses of CsvException in com.opencsv.bean.exceptionhandler
Methods in com.opencsv.bean.exceptionhandler that return CsvExceptionModifier and TypeMethodDescriptionCsvExceptionHandler.handleException(CsvException e) Determines how opencsv will handle exceptions that crop up during bean creation or writing.ExceptionHandlerIgnore.handleException(CsvException e) ExceptionHandlerIgnoreThenThrowAfter.handleException(CsvException e) ExceptionHandlerQueue.handleException(CsvException e) ExceptionHandlerQueueThenThrowAfter.handleException(CsvException e) ExceptionHandlerThrow.handleException(CsvException e) Methods in com.opencsv.bean.exceptionhandler with parameters of type CsvExceptionModifier and TypeMethodDescriptionCsvExceptionHandler.handleException(CsvException e) Determines how opencsv will handle exceptions that crop up during bean creation or writing.ExceptionHandlerIgnore.handleException(CsvException e) ExceptionHandlerIgnoreThenThrowAfter.handleException(CsvException e) ExceptionHandlerQueue.handleException(CsvException e) ExceptionHandlerQueueThenThrowAfter.handleException(CsvException e) ExceptionHandlerThrow.handleException(CsvException e) Methods in com.opencsv.bean.exceptionhandler that throw CsvExceptionModifier and TypeMethodDescriptionCsvExceptionHandler.handleException(CsvException e) Determines how opencsv will handle exceptions that crop up during bean creation or writing.ExceptionHandlerIgnoreThenThrowAfter.handleException(CsvException e) ExceptionHandlerQueueThenThrowAfter.handleException(CsvException e) ExceptionHandlerThrow.handleException(CsvException e) -
Uses of CsvException in com.opencsv.exceptions
Subclasses of CsvException in com.opencsv.exceptionsModifier and TypeClassDescriptionclassAn exception class for collecting multiple exceptions.classThis exception is thrown when logical connections between data fields would be violated by the imported data.classThis exception should be thrown when the provided string value for conversion cannot be converted to the required type of the destination field.classSuperclass for checked exceptions that can be thrown while trying to decode and assign a single field.classThis exception should be thrown when a field marked as required is empty in the CSV file.classException thrown by aLineValidatororLineValidatorAggregatorwhen a single line is invalid.