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

Table DataManager error; invalid data type. More...

#include <DataManError.h>

Inheritance diagram for casa::DataManInvDT:
casa::DataManError casa::AipsError

List of all members.

Public Member Functions

 DataManInvDT ()
 The default constructor generates a generic "invalid data type" message.
 DataManInvDT (const String &columnName)
 Put the name of the offending column in the "invalid data type" message.
 ~DataManInvDT () throw ()

Detailed Description

Table DataManager error; invalid data type.

Intended use:

Public interface

Review Status

Reviewed By:
Gareth Hunt
Date Reviewed:
94Nov17

Synopsis

Invalid data type used in the data manager. The data manager found an unknown data type when doing a get or put. In principle this error should never occur.

Definition at line 118 of file DataManError.h.


Constructor & Destructor Documentation

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

casa::DataManInvDT::DataManInvDT ( const String columnName)

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


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