OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
DomainError.cpp
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2// $RCSfile: DomainError.cpp,v $
3// ------------------------------------------------------------------------
4// $Revision: 1.1.1.1 $
5// ------------------------------------------------------------------------
6// Copyright: see Copyright.readme
7// ------------------------------------------------------------------------
8//
9// Class: DomainError
10// Argument(s) of mathematical function outside valid domain.
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 DomainError
24// ------------------------------------------------------------------------
25
26DomainError::DomainError(const std::string& meth) : ArithmeticError(meth, "Domain error.") {}
27
29
The abstract base class for all OPALX arithmetic exceptions.
Domain error exception.
Definition DomainError.h:32
virtual ~DomainError()