Uses of Package
com.opencsv.exceptions
Packages that use com.opencsv.exceptions
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.
Custom converters that are generally useful are collected here.
This package contains the interface and standard implementations for
exception handling logic during bean creation and bean writing.
This is a package of utility classes for internal use.
This package contains all of the exceptions specific to opencsv.
-
Classes in com.opencsv.exceptions used by com.opencsvClassDescriptionThis is the base class for all exceptions for opencsv.Exception thrown by a
LineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.beanClassDescriptionThis 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.This exception should be thrown when a field marked as required is empty in the CSV file.Exception thrown by a
LineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.concurrentClassDescriptionThis 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 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 thrown by a
LineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.bean.customconverterClassDescriptionThis 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
-
Classes in com.opencsv.exceptions used by com.opencsv.bean.utilClassDescriptionThis exception indicates that the converter did not behave as expected in some way.This is the base class for all exceptions for opencsv.
-
Classes in com.opencsv.exceptions used by com.opencsv.bean.validatorsClassDescriptionException thrown by a
LineValidator
orLineValidatorAggregator
when a single line is invalid. -
Classes in com.opencsv.exceptions used by com.opencsv.exceptionsClassDescriptionThis 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.The base class for all unchecked exceptions in opencsv.
-
Classes in com.opencsv.exceptions used by com.opencsv.validatorsClassDescriptionException thrown by a
LineValidator
orLineValidatorAggregator
when a single line is invalid.