OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Utilities
OpalException.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: OpalException.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: OpalException
10
// The base class for all OPAL exceptions.
11
//
12
// ------------------------------------------------------------------------
13
//
14
// $Date: 2000/03/27 09:33:48 $
15
// $Author: Andreas Adelmann $
16
//
17
// ------------------------------------------------------------------------
18
19
#include "
Utilities/OpalException.h
"
20
21
22
// Class OpalException
23
// ------------------------------------------------------------------------
24
25
OpalException::OpalException
(
const
std::string &meth,
const
std::string &msg):
26
ClassicException
(meth, msg)
27
{}
28
29
30
OpalException::OpalException
(
const
OpalException
&rhs):
31
ClassicException
(rhs)
32
{}
33
34
35
OpalException::~OpalException
()
36
{}
OpalException.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
OpalException
The base class for all OPAL exceptions.
Definition:
OpalException.h:28
OpalException::~OpalException
virtual ~OpalException()
Definition:
OpalException.cpp:35
OpalException::OpalException
OpalException()
Generated on Wed Aug 25 2021 16:41:05 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1