casa
$Rev:20696$
|
Base error class for table data manager. More...
#include <DataManError.h>
Public Member Functions | |
DataManError () | |
The default constructor generates the message "Table DataManager error". | |
DataManError (const String &message) | |
Construct with given message. | |
~DataManError () throw () |
Base error class for table data manager.
Public interface
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.
The default constructor generates the message "Table DataManager error".
casa::DataManError::DataManError | ( | const String & | message | ) |
Construct with given message.
casa::DataManError::~DataManError | ( | ) | throw () |