Uses of Class
com.csvreader.CsvReader.CatastrophicException

Uses of CsvReader.CatastrophicException in com.csvreader
 

Methods in com.csvreader that throw CsvReader.CatastrophicException
 boolean CsvReader.readRecord()
          Reads another record.
 boolean CsvReader.readHeaders()
          Read the first record of data as column headers.
 boolean CsvReader.skipRecord()
          Skips the next record of data by parsing each column. Does not increment getCurrentRecord().