casa
$Rev:20696$
|
Base error class for storage manager. More...
#include <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 () |
Base error class for storage manager.
Public interface
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.
The default constructor generates the message "Table error".
casa::TableError::TableError | ( | const String & | message, |
Category | c = GENERAL |
||
) |
Construct with given message.
casa::TableError::~TableError | ( | ) | throw () |