casa
5.7.0-16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
casa
code
alma
apps
asdm2MS
ASDM2MSException.h
Go to the documentation of this file.
1
#ifndef ASDM2MSEXCEPTION
2
#define ASDM2MSEXCEPTION
3
4
//
5
// A class to describe ASDM2MS Exceptions.
6
//
7
class
ASDM2MSException
{
8
public
:
12
ASDM2MSException
();
13
18
ASDM2MSException
(
string
m);
19
23
virtual
~ASDM2MSException
();
24
29
string
getMessage
()
const
;
30
31
protected
:
32
string
message
;
33
34
};
35
36
inline
ASDM2MSException::ASDM2MSException
() : message (
"ASDM2MSException"
) {}
37
inline
ASDM2MSException::ASDM2MSException
(
string
m) : message(m) {}
38
inline
ASDM2MSException::~ASDM2MSException
() {}
39
inline
string
ASDM2MSException::getMessage
()
const
{
40
return
"ASDM2MSException : "
+
message
;
41
}
42
43
#endif
ASDM2MSException::message
string message
Definition:
ASDM2MSException.h:32
ASDM2MSException::ASDM2MSException
ASDM2MSException()
An empty contructor.
Definition:
ASDM2MSException.h:36
ASDM2MSException
A class to describe ASDM2MS Exceptions.
Definition:
ASDM2MSException.h:7
ASDM2MSException::~ASDM2MSException
virtual ~ASDM2MSException()
The destructor.
Definition:
ASDM2MSException.h:38
ASDM2MSException::getMessage
string getMessage() const
Returns the message associated to this exception.
Definition:
ASDM2MSException.h:39
Generated on Sun Sep 1 2019 23:32:23 for casa by
1.8.5