Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
com.opencsv.bean.customconverter |
Custom converters that are generally useful are collected here.
|
com.opencsv.exceptions |
This package contains all of the exceptions specific to opencsv.
|
Class and Description |
---|
CsvBadConverterException
This exception indicates that the custom converter provided did not behave as
expected in some way.
|
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.
|
CsvRequiredFieldEmptyException
This exception should be thrown when a field marked as required is empty in
the CSV file.
|
Class and Description |
---|
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.
|
CsvRequiredFieldEmptyException
This exception should be thrown when a field marked as required is empty in
the CSV file.
|
Class and Description |
---|
CsvException
This is the base class for all exceptions for opencsv.
|
CsvRuntimeException
The base class for all unchecked exceptions in opencsv.
|
Copyright © 2017. All rights reserved.