Uses of Class
nom.tam.util.TableException
Packages that use TableException
-
Uses of TableException in nom.tam.fits
Methods in nom.tam.fits that throw TableExceptionModifier and TypeMethodDescriptionprotected void
BinaryTable.addByteVaryingColumn()
protected ColumnTable<BinaryTable.SaveState>
BinaryTable.createColumnTable
(Object[] arrCol, int[] sizes) -
Uses of TableException in nom.tam.util
Methods in nom.tam.util that throw TableExceptionModifier and TypeMethodDescriptionvoid
Add a column .protected void
ColumnTable.addPointer
(Object data) Add a pointer in the pointer lists.void
Add a row to the table.protected void
ColumnTable.checkArrayConsistency
(Object[] newArrays, int[] newSizes) Check that the columns and sizes are consistent.private int
ColumnTable.checkColumnConsistency
(Object data, String classname, int ratio, int size) ColumnTable.copy()
void
ColumnTable.deleteColumns
(int start, int len) Delete a contiguous set of columns from the table.void
ColumnTable.deleteRow
(int row) Delete a row from the table.void
ColumnTable.deleteRows
(int row, int length) Delete a contiguous set of rows from the table.void
Set the values in a particular column.void
void
ColumnTable.setElement
(int row, int col, Object x) Modify an element of the table.void
DataTable.setElement
(int row, int col, Object newElement) void
Modify a row of data.void
private void
Actually perform the initialization.Constructors in nom.tam.util that throw TableExceptionModifierConstructorDescriptionColumnTable
(Object[] arrays, int[] sizes) Create the object after checking consistency.