OPAL (Object Oriented Parallel Accelerator Library)
2022.1
OPAL
src
src
Classic
Utilities
ArithmeticError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: ArithmeticError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: ArithmeticError
10
// The abstract base class for all CLASSIC arithmetic exceptions.
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/ArithmeticError.h
"
22
23
24
// Class ArithmeticError
25
// ------------------------------------------------------------------------
26
27
28
ArithmeticError::ArithmeticError
29
(
const
std::string &meth,
const
std::string &msg):
30
ClassicException
(meth, msg)
31
{}
32
33
34
ArithmeticError::ArithmeticError
(
const
ArithmeticError
&rhs):
35
ClassicException
(rhs)
36
{}
37
38
39
ArithmeticError::~ArithmeticError
()
40
{}
ArithmeticError.h
ArithmeticError
The abstract base class for all CLASSIC arithmetic exceptions.
Definition:
ArithmeticError.h:33
ArithmeticError::ArithmeticError
ArithmeticError()
ArithmeticError::~ArithmeticError
virtual ~ArithmeticError()
Definition:
ArithmeticError.cpp:39
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
Generated on Thu Oct 20 2022 17:40:11 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.3