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.
| casacore::DataManError::DataManError | ( | ) |
The default constructor generates the message "Table DataManager error".
| casacore::DataManError::DataManError | ( | const String & | message | ) |
Construct with given message.
| casacore::DataManError::~DataManError | ( | ) | throw () |
1.6.1