Uses of Class
org.nuiton.csv.AbstractImportErrorInfo
Packages that use AbstractImportErrorInfo
Package
Description
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
-
Uses of AbstractImportErrorInfo in org.nuiton.csv
Subclasses of AbstractImportErrorInfo in org.nuiton.csvModifier and TypeClassDescriptionclassException to be thrown when a parse error occurs at import time.classException to be thrown when a read error occurs at import time.classException to be thrown when a set error occurs at import time.Fields in org.nuiton.csv with type parameters of type AbstractImportErrorInfoModifier and TypeFieldDescriptionprotected Set<AbstractImportErrorInfo<E>> ImportRow.errorsErrors found while loading the row into the bean.Methods in org.nuiton.csv that return types with arguments of type AbstractImportErrorInfoMethods in org.nuiton.csv with parameters of type AbstractImportErrorInfo