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 voidBinaryTable.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 TypeMethodDescriptionvoidAdd a column .protected voidColumnTable.addPointer(Object data) Add a pointer in the pointer lists.voidAdd a row to the table.protected voidColumnTable.checkArrayConsistency(Object[] newArrays, int[] newSizes) Check that the columns and sizes are consistent.private intColumnTable.checkColumnConsistency(Object data, String classname, int ratio, int size) ColumnTable.copy()voidColumnTable.deleteColumns(int start, int len) Delete a contiguous set of columns from the table.voidColumnTable.deleteRow(int row) Delete a row from the table.voidColumnTable.deleteRows(int row, int length) Delete a contiguous set of rows from the table.voidSet the values in a particular column.voidvoidColumnTable.setElement(int row, int col, Object x) Modify an element of the table.voidDataTable.setElement(int row, int col, Object newElement) voidModify a row of data.voidprivate voidActually perform the initialization.Constructors in nom.tam.util that throw TableExceptionModifierConstructorDescriptionColumnTable(Object[] arrays, int[] sizes) Create the object after checking consistency.