Uses of Class
com.opencsv.exceptions.CsvChainedException
Packages that use CsvChainedException
Package
Description
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
-
Uses of CsvChainedException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvChainedExceptionModifier and TypeMethodDescriptionAbstractMappingStrategy.populateNewBean
(String[] line) MappingStrategy.populateNewBean
(String[] line) Takes a line of input from a CSV file and creates a bean out of it.String[]
AbstractMappingStrategy.transmuteBean
(T bean) String[]
MappingStrategy.transmuteBean
(T bean) Transmutes a bean instance into an array ofString
s to be written to a CSV file. -
Uses of CsvChainedException in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent that throw CsvChainedExceptionModifier and TypeMethodDescriptionprivate T
ProcessCsvLine.processLine()
Creates a single object from a line from the CSV file.