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

Table DataManager error; invalid operation. More...

#include <DataManError.h>

Inheritance diagram for casa::DataManInvOper:
casa::DataManError casa::AipsError

List of all members.

Public Member Functions

 DataManInvOper ()
 The default constructor generates a generic "invalid operation" message.
 DataManInvOper (const String &message)
 Add given message to string "Invalid DataMan operation: ".
 ~DataManInvOper () throw ()

Detailed Description

Table DataManager error; invalid operation.

Intended use:

Public interface

Review Status

Reviewed By:
Gareth Hunt
Date Reviewed:
94Nov17

Synopsis

Invalid operation on a data manager. A request was done that the data manager could not handle. In principle the table system should already test on such operations and it should not bother the data manager with invalid requests. However, the data manager still tests them for safety.

Definition at line 144 of file DataManError.h.


Constructor & Destructor Documentation

The default constructor generates a generic "invalid operation" message.

Add given message to string "Invalid DataMan operation: ".


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