casa
$Rev:20696$
|
Table DataManager error; invalid data type. More...
#include <DataManError.h>
Public Member Functions | |
DataManInvDT () | |
The default constructor generates a generic "invalid data type" message. | |
DataManInvDT (const String &columnName) | |
Put the name of the offending column in the "invalid data type" message. | |
~DataManInvDT () throw () |
Table DataManager error; invalid data type.
Public interface
Invalid data type used in the data manager. The data manager found an unknown data type when doing a get or put. In principle this error should never occur.
Definition at line 118 of file DataManError.h.
The default constructor generates a generic "invalid data type" message.
casa::DataManInvDT::DataManInvDT | ( | const String & | columnName | ) |
Put the name of the offending column in the "invalid data type" message.
casa::DataManInvDT::~DataManInvDT | ( | ) | throw () |