#include <TableError.h>
Inheritance diagram for casa::TableError:


Part of API
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.
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 () | |
| casa::TableError::TableError | ( | Category | c = GENERAL |
) |
The default constructor generates the message "Table error".
Construct with given message.
| casa::TableError::~TableError | ( | ) | throw () |
1.5.1