Package com.opencsv.exceptions
package com.opencsv.exceptions
This package contains all of the exceptions specific to opencsv.
-
Exception ClassesClassDescriptionThis exception indicates that the converter did not behave as expected in some way.This exception is to be thrown when anything goes bad during introspection of beans given to opencsv.An exception class for collecting multiple exceptions.This exception is thrown when logical connections between data fields would be violated by the imported data.This exception should be thrown when the provided string value for conversion cannot be converted to the required type of the destination field.This is the base class for all exceptions for opencsv.Superclass for checked exceptions that can be thrown while trying to decode and assign a single field.Exception that is thrown when the
CSVReader
cannot process a line.Exception when you break the line limit of a multiline field.This exception is thrown on initiation of field mapping ifCsvRecurse
has been improperly used.This exception should be thrown when a field marked as required is empty in the CSV file.The base class for all unchecked exceptions in opencsv.Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid.