casa
$Rev:20696$
|
Table error; invalid sort. More...
#include <TableError.h>
Public Member Functions | |
TableInvSort (Category c=INVALID_ARGUMENT) | |
The default constructor generates a generic "invalid sort" message. | |
TableInvSort (const String &message, Category c=INVALID_ARGUMENT) | |
This constructor appends the given message to the "invalid sort" message. | |
~TableInvSort () throw () |
Table error; invalid sort.
Public interface
Invalid sort operation on a table. A sort can only be done on a scalar column.
Definition at line 404 of file TableError.h.
The default constructor generates a generic "invalid sort" message.
casa::TableInvSort::TableInvSort | ( | const String & | message, |
Category | c = INVALID_ARGUMENT |
||
) |
This constructor appends the given message to the "invalid sort" message.
casa::TableInvSort::~TableInvSort | ( | ) | throw () |