case 'R': // Resolution text - handled by applyText
case 'T': applyText(data, bill, date); break;
case 'V': applyVoteMemo(data, bill, date); break;
default: throw new ParseError("Invalid Line Code "+block.getType() );
}
bill.addDataSource(sobiFile.getName());
saveBill(bill, storage);
}
catch (ParseError e) {
logger.error("ParseError at "+block.getLocation(), e);
}