casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::TableInvExpr Class Reference

Table error; invalid select expression. More...

#include <TableError.h>

Inheritance diagram for casa::TableInvExpr:
casa::TableError casa::AipsError

List of all members.

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 ()

Detailed Description

Table error; invalid select expression.

Intended use:

Public interface

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: