Uses of Class
nom.tam.util.TableException
Packages that use TableException
-
Uses of TableException in nom.tam.util
Methods in nom.tam.util that throw TableExceptionModifier and TypeMethodDescriptionvoid
Adds a new column with the specified primitive base class and element count.void
Adds a column in flattened 1D format, specifying the size of array 'elements'.void
Add a row to the table.void
ColumnTable.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 void
ColumnTable.deleteAllRows()
Delete all rows from the table, but leaving the column structure intact.void
ColumnTable.deleteColumn
(int col) Deletes a column from this table.void
ColumnTable.deleteColumns
(int start, int len) Delete a contiguous set of columns from the table.final void
ColumnTable.deleteRow
(int row) Delete a row from the table.void
ColumnTable.deleteRows
(int from, int length) Delete a contiguous set of rows from the table.void
void
Sets new data for a table column.void
ColumnTable.setElement
(int row, int col, Object x) void
DataTable.setElement
(int row, int col, Object newElement) Sets new data element in this tablevoid
void
Sets new data for a table rowvoid
ColumnTable.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.