OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
NormalFormError.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: NormalFormError.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Class: NormalFormError
10 // Index out of range in Algebra access.
11 //
12 // ------------------------------------------------------------------------
13 // Class category: Utilities
14 // ------------------------------------------------------------------------
15 //
16 // $Date: 2000/03/27 09:32:38 $
17 // $Author: fci $
18 //
19 // ------------------------------------------------------------------------
20 
22 
23 
24 // Class NormalFormError
25 // ------------------------------------------------------------------------
26 
27 
28 NormalFormError::NormalFormError(const std::string &meth,
29  const std::string &msg):
30  ArithmeticError(meth, msg)
31 {}
32 
33 
35  ArithmeticError(rhs)
36 {}
37 
38 
40 {}
The abstract base class for all CLASSIC arithmetic exceptions.
Normal form error exception.
virtual ~NormalFormError()