casacore
Loading...
Searching...
No Matches
tables
Dysco
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
11
class
DyscoStManError
:
public
casacore::DataManError
{
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
casacore::AipsError::message
String message
Definition
Error.h:201
casacore::DataManError
Definition
DataManError.h:52
casacore::DataManError::DataManError
DataManError()
The default constructor generates the message "Table DataManager error".
dyscostman::DyscoStManError::DyscoStManError
DyscoStManError()
Constructor.
Definition
dyscostmanerror.h:14
dyscostman::DyscoStManError::DyscoStManError
DyscoStManError(const std::string &message)
Construct with message.
Definition
dyscostmanerror.h:17
casacore
this file contains all the compiler specific defines
Definition
mainpage.dox:28
dyscostman
Definition
bytepacker.h:7
Generated by
1.15.0