casa
$Rev:20696$
|
Table error; invalid operation. More...
#include <TableError.h>
Public Member Functions | |
TableInvOper (Category c=INVALID_ARGUMENT) | |
The default constructor generates a generic "invalid operation" message. | |
TableInvOper (const String &message, Category c=INVALID_ARGUMENT) | |
Add given message to string "Invalid Table operation: ". | |
~TableInvOper () throw () |
Table error; invalid operation.
Public interface
Invalid operation on a table. A request was done that could not be handled by the table system (e.g. sorting on a column containing arrays). The message tells what is wrong.
Invalid operation on a table.
Definition at line 336 of file TableError.h.
The default constructor generates a generic "invalid operation" message.
casa::TableInvOper::TableInvOper | ( | const String & | message, |
Category | c = INVALID_ARGUMENT |
||
) |
Add given message to string "Invalid Table operation: ".
casa::TableInvOper::~TableInvOper | ( | ) | throw () |