Uses of Class
nom.tam.util.TableException
Packages that use TableException
- 
Uses of TableException in nom.tam.utilMethods in nom.tam.util that throw TableExceptionModifier and TypeMethodDescriptionvoidAdds a new column with the specified primitive base class and element count.voidAdds a column in flattened 1D format, specifying the size of array 'elements'.voidAdd a row to the table.voidColumnTable.addWrappedColumn(Object newColumn) Adds a column as an array of scalars or regular 1D primitve array elements.ColumnTable.copy()Returns a deep copy of this column table, such that modification to either the original or the copy will not affect the other.final voidColumnTable.deleteAllRows()Delete all rows from the table, but leaving the column structure intact.voidColumnTable.deleteColumn(int col) Deletes a column from this table.voidColumnTable.deleteColumns(int start, int len) Delete a contiguous set of columns from the table.final voidColumnTable.deleteRow(int row) Delete a row from the table.voidColumnTable.deleteRows(int from, int length) Delete a contiguous set of rows from the table.voidvoidSets new data for a table column.voidColumnTable.setElement(int row, int col, Object x) voidDataTable.setElement(int row, int col, Object newElement) Sets new data element in this tablevoidvoidSets new data for a table rowvoidColumnTable.setWrappedColumn(int col, Object newColumn) Sets new data for a column, in wrapped format.Constructors in nom.tam.util that throw TableExceptionModifierConstructorDescriptionColumnTable(Object[] arrays, int[] sizes) Create the object after checking consistency.