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

Table error; unknown column description. More...

#include <TableError.h>

Inheritance diagram for casa::TableUnknownDesc:
casa::TableError casa::AipsError

List of all members.

Public Member Functions

 TableUnknownDesc (const String &name, Category c=INITIALIZATION)
 This constructor generates a message that the class with the given name is unknown (not registered).
 ~TableUnknownDesc () throw ()

Detailed Description

Table error; unknown column description.

Intended use:

Public interface

Review Status

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

Synopsis

To be able to reconstruct the correct column description object from a stored table description, each column description type must register itself (see ColumnDesc.h and ColumnReg.cc).

Definition at line 288 of file TableError.h.


Constructor & Destructor Documentation

This constructor generates a message that the class with the given name is unknown (not registered).


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