casa
$Rev:20696$
|
Table error; unknown column description. More...
#include <TableError.h>
Public Member Functions | |
TableUnknownDesc (const String &name, Category c=INITIALIZATION) | |
This constructor generates a message that the class with the given name is unknown (not registered). | |
~TableUnknownDesc () throw () |
Table error; unknown column description.
Public interface
To be able to reconstruct the correct column description object from a stored table description, each column description type must register itself (see ColumnDesc.h and ColumnReg.cc).
Definition at line 288 of file TableError.h.
casa::TableUnknownDesc::TableUnknownDesc | ( | const String & | name, |
Category | c = INITIALIZATION |
||
) |
This constructor generates a message that the class with the given name is unknown (not registered).
casa::TableUnknownDesc::~TableUnknownDesc | ( | ) | throw () |