Uses of Class
nom.tam.util.TableException

Packages that use TableException
nom.tam.util Classes which may possibly be of more general interest that the FITS classes. 
 

Uses of TableException in nom.tam.util
 

Methods in nom.tam.util that throw TableException
protected  void ColumnTable.checkArrayConsistency(Object[] arrays, int[] sizes)
          Check that the columns and sizes are consistent.
protected  void ColumnTable.checkArrayConsistency(Object[] arrays, int[] sizes)
          Check that the columns and sizes are consistent.
 void ColumnTable.setColumn(int col, Object newColumn)
          Set the values in a particular column.
 void DataTable.setColumn(int column, Object newColumn)
           
 void ColumnTable.setColumn(int col, Object newColumn)
          Set the values in a particular column.
 void DataTable.setColumn(int column, Object newColumn)
           
 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 ColumnTable.setElement(int row, int col, Object x)
          Modify an element of the table.
 void DataTable.setElement(int row, int col, Object newElement)
           
 void ColumnTable.setRow(int row, Object x)
          Modify a row of data.
 void DataTable.setRow(int row, Object newRow)
           
 void ColumnTable.setRow(int row, Object x)
          Modify a row of data.
 void DataTable.setRow(int row, Object newRow)
           
protected  void ColumnTable.setup(Object[] arrays, int[] sizes)
          Actually perform the initialization.
protected  void ColumnTable.setup(Object[] arrays, int[] sizes)
          Actually perform the initialization.
 

Constructors in nom.tam.util that throw TableException
ColumnTable(Object[] arrays, int[] sizes)
          Create the object after checking consistency.
ColumnTable(Object[] arrays, int[] sizes)
          Create the object after checking consistency.