Package com.opencsv.exceptions
This package contains all of the exceptions specific to opencsv.
-
Exception Summary Exception Description CsvBadConverterException This exception indicates that the converter did not behave as expected in some way.CsvBeanIntrospectionException This exception is to be thrown when anything goes bad during introspection of beans given to opencsv.CsvConstraintViolationException This exception is thrown when logical connections between data fields would be violated by the imported data.CsvDataTypeMismatchException This exception should be thrown when the provided string value for conversion cannot be converted to the required type of the destination field.CsvException This is the base class for all exceptions for opencsv.CsvMalformedLineException Exception that is thrown when theCSVReader
cannot process a line.CsvMultilineLimitBrokenException Exception when you break the line limit of a multiline field.CsvRecursionException This exception is thrown on initiation of field mapping ifCsvRecurse
has been improperly used.CsvRequiredFieldEmptyException This exception should be thrown when a field marked as required is empty in the CSV file.CsvRuntimeException The base class for all unchecked exceptions in opencsv.CsvValidationException Exception thrown by a LineValidator or LineValidatorAggregator when a single line is invalid.