Uses of Class
com.opencsv.exceptions.CsvFieldAssignmentException
Packages that use CsvFieldAssignmentException
Package
Description
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
This package contains all of the exceptions specific to opencsv.
-
Uses of CsvFieldAssignmentException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvFieldAssignmentExceptionModifier 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 CsvFieldAssignmentException in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent that throw CsvFieldAssignmentExceptionModifier and TypeMethodDescriptionprivate T
ProcessCsvLine.processLine()
Creates a single object from a line from the CSV file. -
Uses of CsvFieldAssignmentException in com.opencsv.exceptions
Subclasses of CsvFieldAssignmentException in com.opencsv.exceptionsModifier and TypeClassDescriptionclass
This exception is thrown when logical connections between data fields would be violated by the imported data.class
This exception should be thrown when the provided string value for conversion cannot be converted to the required type of the destination field.class
This exception should be thrown when a field marked as required is empty in the CSV file.class
Exception thrown by aLineValidator
orLineValidatorAggregator
when a single line is invalid.Fields in com.opencsv.exceptions with type parameters of type CsvFieldAssignmentExceptionModifier and TypeFieldDescriptionprivate final List
<CsvFieldAssignmentException> CsvChainedException.exceptionChain
Methods in com.opencsv.exceptions that return CsvFieldAssignmentExceptionModifier and TypeMethodDescriptionCsvChainedException.getFirstException()
Convenience method to return the first exception from the exception chain.Methods in com.opencsv.exceptions that return types with arguments of type CsvFieldAssignmentExceptionMethods in com.opencsv.exceptions with parameters of type CsvFieldAssignmentExceptionModifier and TypeMethodDescriptionvoid
CsvChainedException.add
(CsvFieldAssignmentException csve) Add an exception to the chain of collections.Constructors in com.opencsv.exceptions with parameters of type CsvFieldAssignmentException