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

Table error; table length conformance error. More...

#include <TableError.h>

Inheritance diagram for casa::TableConformanceError:
casa::TableError casa::AipsError

List of all members.

Public Member Functions

 TableConformanceError (const String &message, Category c=CONFORMANCE)
 This constructor appends ": Table conformance error (\#rows mismatch)" to the given message.
 ~TableConformanceError () throw ()

Detailed Description

Table error; table length conformance error.

Intended use:

Public interface

Review Status

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

Synopsis

When putting a column, the length of the vector must match the length of the table (i.e. its number of rows). When getting a column, the length of the vector must be zero or it must match the length of the table.

Definition at line 383 of file TableError.h.


Constructor & Destructor Documentation

This constructor appends ": Table conformance error (\#rows mismatch)" to the given message.


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