6364656667686970
private String getTextAt(int index) { try { return columns[index]; } catch (ArrayIndexOutOfBoundsException e) { throw new IllegalColumnException(index, columns.length); } }