OPAL (Object Oriented Parallel Accelerator Library)
2022.1
OPAL
src
src
Classic
Utilities
LogicalError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: LogicalError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: LogicalError
10
// The class for all CLASSIC exceptions related to object Logicals.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Utilities
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:38 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Utilities/LogicalError.h
"
22
23
24
// Class LogicalError
25
// ------------------------------------------------------------------------
26
27
28
LogicalError::LogicalError
(
const
std::string &meth,
const
std::string &msg):
29
ClassicException
(meth, msg)
30
{}
31
32
33
LogicalError::LogicalError
(
const
LogicalError
&rhs):
34
ClassicException
(rhs)
35
{}
36
37
38
LogicalError::~LogicalError
()
39
{}
LogicalError.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
LogicalError
Logical error exception.
Definition:
LogicalError.h:33
LogicalError::~LogicalError
virtual ~LogicalError()
Definition:
LogicalError.cpp:38
LogicalError::LogicalError
LogicalError()
Generated on Thu Oct 20 2022 17:40:11 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.3