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

Base error class for storage manager. More...

#include <TableError.h>

Inheritance diagram for casa::TableError:
casa::AipsError casa::TableArrayConformanceError casa::TableConformanceError casa::TableDescNoName casa::TableDuplFile casa::TableInternalError casa::TableInvColumnDesc casa::TableInvDT casa::TableInvExpr casa::TableInvHyperDesc casa::TableInvLogic casa::TableInvOper casa::TableInvOpt casa::TableInvSort casa::TableInvType casa::TableNoDatFile casa::TableNoDir casa::TableNoFile casa::TableParseError casa::TableUnknownDesc casa::TableVectorNonConform

List of all members.

Public Member Functions

 TableError (Category c=GENERAL)
 The default constructor generates the message "Table error".
 TableError (const String &message, Category c=GENERAL)
 Construct with given message.
 ~TableError () throw ()

Detailed Description

Base error class for storage manager.

Intended use:

Public interface

Review Status

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

Synopsis

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

Definition at line 55 of file TableError.h.


Constructor & Destructor Documentation

The default constructor generates the message "Table error".

casa::TableError::TableError ( const String message,
Category  c = GENERAL 
)

Construct with given message.


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