Uses of Class
com.blackbear.flatworm.errors.FlatwormUnsetFieldValueException

Packages that use FlatwormUnsetFieldValueException
com.blackbear.flatworm   
 

Uses of FlatwormUnsetFieldValueException in com.blackbear.flatworm
 

Methods in com.blackbear.flatworm that throw FlatwormUnsetFieldValueException
 MatchedRecord FileFormat.getNextRecord(java.io.BufferedReader in)
          When called with a BufferedReader, reads sufficient lines to parse a record, and returns the beans created.
 FileFormat ConfigurationReader.loadConfigurationFile(java.io.InputStream in)
           
 FileFormat ConfigurationReader.loadConfigurationFile(java.lang.String xmlFile)
          loadConfigurationFile takes an XML configuration file, and returns a FileFormat object, which can be used to parse an input file into beans.