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

Packages that use FlatwormInputLineLengthException
com.blackbear.flatworm   
 

Uses of FlatwormInputLineLengthException in com.blackbear.flatworm
 

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