#include <TableError.h>
Inheritance diagram for casa::TableInvDT:


Part of API
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 271 of file 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 () | |
| casa::TableInvDT::TableInvDT | ( | Category | c = CONFORMANCE |
) |
The default constructor generates a generic "invalid data type" message.
Put the name of the offending column in the "invalid data type" message.
| casa::TableInvDT::~TableInvDT | ( | ) | throw () |
1.5.1