OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
OverflowError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: OverflowError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: OverflowError
10
// Overflow in mathematical function.
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/OverflowError.h
"
22
23
// Class OverflowError
24
// ------------------------------------------------------------------------
25
26
OverflowError::OverflowError
(
const
std::string& meth) :
ArithmeticError
(meth,
"Overflow error."
) {}
27
28
OverflowError::OverflowError
(
const
OverflowError
& rhs) :
ArithmeticError
(rhs) {}
29
30
OverflowError::~OverflowError
() {}
OverflowError.h
ArithmeticError
The abstract base class for all OPALX arithmetic exceptions.
Definition
ArithmeticError.h:33
OverflowError
Overflow exception.
Definition
OverflowError.h:32
OverflowError::~OverflowError
virtual ~OverflowError()
Definition
OverflowError.cpp:30
OverflowError::OverflowError
OverflowError()
src
Utilities
OverflowError.cpp
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8