OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Utilities
AttributeError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: AttributeError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: AttributeError
10
// The class for all CLASSIC exceptions related to object attributes.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Utilities
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:37 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Utilities/AttributeError.h
"
22
23
24
// Class AttributeError
25
// ------------------------------------------------------------------------
26
27
28
AttributeError::AttributeError
29
(
const
std::string &meth,
const
std::string &msg):
30
ClassicException
(meth, msg)
31
{}
32
33
34
AttributeError::AttributeError
(
const
AttributeError
&rhs):
35
ClassicException
(rhs)
36
{}
37
38
39
AttributeError::~AttributeError
()
40
{}
AttributeError.h
AttributeError::AttributeError
AttributeError()
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
AttributeError::~AttributeError
virtual ~AttributeError()
Definition:
AttributeError.cpp:39
AttributeError
Exception for bad object attribute.
Definition:
AttributeError.h:32
Generated on Sat Jan 4 2020 14:47:59 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5