casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dyscostmanerror.h
Go to the documentation of this file.
1 #ifndef DYSCO_STMAN_ERROR_H
2 #define DYSCO_STMAN_ERROR_H
3 
5 
6 namespace dyscostman {
7 
12  public:
14  DyscoStManError() : casacore::DataManError() {}
17  explicit DyscoStManError(const std::string &message)
18  : casacore::DataManError(
19  message + " -- Error occured inside the Dysco Storage Manager") {}
20 };
21 
22 } // namespace dyscostman
23 
24 #endif
Base error class for table data manager.
Definition: DataManError.h:54
DyscoStManError(const std::string &message)
Construct with message.
Represents a runtime exception that occured within the DyscoStMan.
String message
Definition: Error.h:203
DataManError()
The default constructor generates the message "Table DataManager error".