414243444546474849505152
return 2; } @Override public Object getValueAt(int rowIndex, int columnIndex) { TestExceptionResult bean = (TestExceptionResult) failures[rowIndex]; if (columnIndex == 0) { return bean.getExceptionMessage(); } else { return bean.getLineNumber(); } }