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

Table error; invalid data type. More...

#include <TableError.h>

Inheritance diagram for casa::TableInvDT:
casa::TableError casa::AipsError

List of all members.

Public Member Functions

 TableInvDT (Category c=CONFORMANCE)
 The default constructor generates a generic "invalid data type" message.
 TableInvDT (const String &columName, Category c=CONFORMANCE)
 Put the name of the offending column in the "invalid data type" message.
 ~TableInvDT () throw ()

Detailed Description

Table error; invalid data type.

Intended use:

Public interface

Review Status

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

Synopsis

Checking of the data type of a column is done at runtime. This error results from non-matching data types when constructing a ScalarColumn or ArrayColumn or from invalid data type promotions when doing a get or put.

Definition at line 311 of file TableError.h.


Constructor & Destructor Documentation

The default constructor generates a generic "invalid data type" message.

casa::TableInvDT::TableInvDT ( const String columName,
Category  c = CONFORMANCE 
)

Put the name of the offending column in the "invalid data type" message.


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