casa
$Rev:20696$
|
Table error; invalid select expression. More...
#include <TableError.h>
Public Member Functions | |
TableInvExpr (const String &message, Category c=INVALID_ARGUMENT) | |
TableInvExpr (const String &columnName, const String &message, Category c=INVALID_ARGUMENT) | |
This constructor generates a message containing the name of the offending column. | |
~TableInvExpr () throw () |
Table error; invalid select expression.
Public interface
Invalid table select expression. A column is not a scalar or belongs to another table than the table on which the selection will be done.
Definition at line 450 of file TableError.h.
casa::TableInvExpr::TableInvExpr | ( | const String & | message, |
Category | c = INVALID_ARGUMENT |
||
) |
casa::TableInvExpr::TableInvExpr | ( | const String & | columnName, |
const String & | message, | ||
Category | c = INVALID_ARGUMENT |
||
) |
This constructor generates a message containing the name of the offending column.
It appends the given message.
casa::TableInvExpr::~TableInvExpr | ( | ) | throw () |