Uses of Class
org.nuiton.csv.ImportRuntimeException
Packages that use ImportRuntimeException
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 ImportRuntimeException in org.nuiton.csv
Methods in org.nuiton.csv that throw ImportRuntimeExceptionModifier and TypeMethodDescriptionprotected String[]Import.getHeaders()protected String[]Import2.getHeaders()protected booleanImport.readRow()Read the next row from the reader and returntrueif line was successfully read.protected booleanImport2.readRow()Read the next row from the reader and returntrueif line was successfully read.