OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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 OPALX arithmetic exceptions.
11//
12// ------------------------------------------------------------------------
13// Class category: Utilities
14// ------------------------------------------------------------------------
15//
16// $Date: 2000/03/27 09:32:37 $
17// $Author: fci $
18//
19// ------------------------------------------------------------------------
20
22
23// Class ArithmeticError
24// ------------------------------------------------------------------------
25
26ArithmeticError::ArithmeticError(const std::string& meth, const std::string& msg)
27 : OpalException(meth, msg) {}
28
30
The abstract base class for all OPALX arithmetic exceptions.
virtual ~ArithmeticError()