Uses of Package
com.opencsv.exceptions
-
Packages that use com.opencsv.exceptions Package Description com.opencsv A very simple CSV parser for Java released under a commercial-friendly license.com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans.com.opencsv.bean.customconverter Custom converters that are generally useful are collected here.com.opencsv.bean.exceptionhandler This package contains the interface and standard implementations for exception handling logic during bean creation and bean writing.com.opencsv.bean.util This is a package of utility classes for internal use.com.opencsv.bean.validators com.opencsv.exceptions This package contains all of the exceptions specific to opencsv.com.opencsv.validators -
Classes in com.opencsv.exceptions used by com.opencsv Class Description CsvException This is the base class for all exceptions for opencsv.CsvValidationException Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.bean Class 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.CsvChainedException An exception class for collecting multiple exceptions.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.CsvFieldAssignmentException Superclass for checked exceptions that can be thrown while trying to decode and assign a single field.CsvRequiredFieldEmptyException This exception should be thrown when a field marked as required is empty in the CSV file.CsvValidationException Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.concurrent Class 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.CsvChainedException An exception class for collecting multiple exceptions.CsvException This is the base class for all exceptions for opencsv.CsvFieldAssignmentException Superclass for checked exceptions that can be thrown while trying to decode and assign a single field.CsvValidationException Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.customconverter Class Description CsvDataTypeMismatchException This exception should be thrown when the provided string value for conversion cannot be converted to the required type of the destination field. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.exceptionhandler Class Description CsvException This is the base class for all exceptions for opencsv. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.util Class Description CsvBadConverterException This exception indicates that the converter did not behave as expected in some way.CsvException This is the base class for all exceptions for opencsv. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.validators Class Description CsvValidationException Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.exceptions Class Description CsvException This is the base class for all exceptions for opencsv.CsvFieldAssignmentException Superclass for checked exceptions that can be thrown while trying to decode and assign a single field.CsvRuntimeException The base class for all unchecked exceptions in opencsv. -
Classes in com.opencsv.exceptions used by com.opencsv.validators Class Description CsvValidationException Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid.