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

Base error class for table data manager. More...

#include <DataManError.h>

Inheritance diagram for casa::DataManError:
casa::AipsError casa::DataManInternalError casa::DataManInvDT casa::DataManInvOper casa::DataManUnknownCtor casa::DataManUnknownVirtualColumn casa::TSMError

List of all members.

Public Member Functions

 DataManError ()
 The default constructor generates the message "Table DataManager error".
 DataManError (const String &message)
 Construct with given message.
 ~DataManError () throw ()

Detailed Description

Base error class for table data manager.

Intended use:

Public interface

Review Status

Reviewed By:
Gareth Hunt
Date Reviewed:
94Nov17

Synopsis

This is the generic data manager exception; catching this one means catching all DataMan* exceptions. Note that you have to catch AipsError to catch all possible exceptions.

Definition at line 54 of file DataManError.h.


Constructor & Destructor Documentation

The default constructor generates the message "Table DataManager error".

Construct with given message.


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