Uses of Class
net.sf.jmatchparser.util.csv.fieldreader.FieldReaderException

Packages that use FieldReaderException
net.sf.jmatchparser.util.csv.fieldreader This package contains the FieldReader class and classes that are used by it. 
 

Uses of FieldReaderException in net.sf.jmatchparser.util.csv.fieldreader
 

Methods in net.sf.jmatchparser.util.csv.fieldreader that throw FieldReaderException
<K> Map<K,FieldSource>
FieldSourceFactory.createFieldSources(Collection<K> possibleFields)
          Create field sources from the CSV file.
<K> Map<K,FieldSource>
FieldSourceFactory.createFieldSources(K[] possibleFields)
          Create field sources from the CSV file.
abstract  String FieldSource.getValue(Map<String,String> columns)
          Return the value of this field source.
 Map<K,V> FieldReader.postprocessNewRecord(Map<K,V> record)
          Verify and postprocess a new record (i. e. one that does not already exist in the underlying database and has to be created instead of updated.
 Map<K,V> FieldReader.read()
          Read a record from this field reader.
 



Copyright © 2011. All Rights Reserved.