OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
LogicalError.cpp
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2// $RCSfile: LogicalError.cpp,v $
3// ------------------------------------------------------------------------
4// $Revision: 1.1.1.1 $
5// ------------------------------------------------------------------------
6// Copyright: see Copyright.readme
7// ------------------------------------------------------------------------
8//
9// Class: LogicalError
10// The class for all OPAL exceptions related to object Logicals.
11//
12// ------------------------------------------------------------------------
13// Class category: Utilities
14// ------------------------------------------------------------------------
15//
16// $Date: 2000/03/27 09:32:38 $
17// $Author: fci $
18//
19// ------------------------------------------------------------------------
20
22
23// Class LogicalError
24// ------------------------------------------------------------------------
25
26LogicalError::LogicalError(const std::string& meth, const std::string& msg)
27 : OpalException(meth, msg) {}
28
30
Logical error exception.
virtual ~LogicalError()