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

Packages that use FlatwormInvalidRecordException
com.blackbear.flatworm   
 

Uses of FlatwormInvalidRecordException in com.blackbear.flatworm
 

Methods in com.blackbear.flatworm that throw FlatwormInvalidRecordException
 MatchedRecord FileFormat.getNextRecord(java.io.BufferedReader in)
          When called with a BufferedReader, reads sufficient lines to parse a record, and returns the beans created.