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
ASDM
TagFormatException.h
Go to the documentation of this file.
1
/*
2
* ALMA - Atacama Large Millimeter Array
3
* (c) European Southern Observatory, 2002
4
* (c) Associated Universities Inc., 2002
5
* Copyright by ESO (in the framework of the ALMA collaboration),
6
* Copyright by AUI (in the framework of the ALMA collaboration),
7
* All rights reserved.
8
*
9
* This library is free software; you can redistribute it and/or
10
* modify it under the terms of the GNU Lesser General Public
11
* License as published by the Free software Foundation; either
12
* version 2.1 of the License, or (at your option) any later version.
13
*
14
* This library is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY, without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
* Lesser General Public License for more details.
18
*
19
* You should have received a copy of the GNU Lesser General Public
20
* License along with this library; if not, write to the Free Software
21
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22
* MA 02111-1307 USA
23
*
24
* File TagFormatException.h
25
*/
26
27
#ifndef TagFormatException_CLASS
28
#define TagFormatException_CLASS
29
30
#include <string>
31
32
namespace
asdm {
33
40
class
TagFormatException
{
41
public
:
42
46
TagFormatException
();
47
52
TagFormatException
(std::string msg);
53
58
virtual
~TagFormatException
();
59
63
std::string
getMessage
()
const
;
64
65
protected
:
66
std::string
message
;
67
};
68
}
// end namespace asdm.
69
#endif
asdm::TagFormatException
The TagFormatException occurs when a Tag is built from a String which does not represent correctly th...
Definition:
TagFormatException.h:40
asdm::TagFormatException::~TagFormatException
virtual ~TagFormatException()
The DTOR.
asdm::TagFormatException::TagFormatException
TagFormatException()
An empty constructor.
asdm::TagFormatException::getMessage
std::string getMessage() const
Return the name of the exception followed by its cause.
asdm::TagFormatException::message
std::string message
Definition:
TagFormatException.h:66
Generated on Sun Sep 1 2019 23:32:26 for casa by
1.8.5