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