casa
$Rev:20696$
|
Table DataManager error; invalid operation. More...
#include <DataManError.h>
Public Member Functions | |
DataManInvOper () | |
The default constructor generates a generic "invalid operation" message. | |
DataManInvOper (const String &message) | |
Add given message to string "Invalid DataMan operation: ". | |
~DataManInvOper () throw () |
Table DataManager error; invalid operation.
Public interface
Invalid operation on a data manager. A request was done that the data manager could not handle. In principle the table system should already test on such operations and it should not bother the data manager with invalid requests. However, the data manager still tests them for safety.
Definition at line 144 of file DataManError.h.
The default constructor generates a generic "invalid operation" message.
casa::DataManInvOper::DataManInvOper | ( | const String & | message | ) |
Add given message to string "Invalid DataMan operation: ".
casa::DataManInvOper::~DataManInvOper | ( | ) | throw () |