casa
$Rev:20696$
|
Table error; invalid data type. More...
#include <TableError.h>
Public Member Functions | |
TableInvDT (Category c=CONFORMANCE) | |
The default constructor generates a generic "invalid data type" message. | |
TableInvDT (const String &columName, Category c=CONFORMANCE) | |
Put the name of the offending column in the "invalid data type" message. | |
~TableInvDT () throw () |
Table error; invalid data type.
Public interface
Checking of the data type of a column is done at runtime. This error results from non-matching data types when constructing a ScalarColumn or ArrayColumn or from invalid data type promotions when doing a get or put.
Definition at line 311 of file TableError.h.
The default constructor generates a generic "invalid data type" message.
casa::TableInvDT::TableInvDT | ( | const String & | columName, |
Category | c = CONFORMANCE |
||
) |
Put the name of the offending column in the "invalid data type" message.
casa::TableInvDT::~TableInvDT | ( | ) | throw () |