casacore
dyscostmanerror.h
Go to the documentation of this file.
1 #ifndef DYSCO_STMAN_ERROR_H
2 #define DYSCO_STMAN_ERROR_H
3 
4 #include <casacore/tables/DataMan/DataManError.h>
5 
6 namespace dyscostman {
7 
12  public:
17  explicit DyscoStManError(const std::string &message)
19  message + " -- Error occured inside the Dysco Storage Manager") {}
20 };
21 
22 } // namespace dyscostman
23 
24 #endif
String message
Definition: Error.h:203
DataManError()
The default constructor generates the message "Table DataManager error".
Represents a runtime exception that occured within the DyscoStMan.
DyscoStManError(const std::string &message)
Construct with message.
this file contains all the compiler specific defines
Definition: mainpage.dox:28