9091929394959697
if(columnLabel.equals(which)) throw new DataBite(e); } throw new NoWordBite("The line has not the word '" + which + "'"); } }
124125126127128129130131132133
{ throw new DataBite(e); } if(columnCount <= 0) throw new NoWordBite("The line has no words"); throw new DataBite(e); } }