OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
LogicalError.h
Go to the documentation of this file.
1
#ifndef OPAL_LogicalError_HH
2
#define OPAL_LogicalError_HH
3
4
// ------------------------------------------------------------------------
5
// $RCSfile: LogicalError.h,v $
6
// ------------------------------------------------------------------------
7
// $Revision: 1.1.1.1 $
8
// ------------------------------------------------------------------------
9
// Copyright: see Copyright.readme
10
// ------------------------------------------------------------------------
11
//
12
// Class: LogicalError
13
//
14
// ------------------------------------------------------------------------
15
// Class category: Utilities
16
// ------------------------------------------------------------------------
17
//
18
// $Date: 2000/03/27 09:32:38 $
19
// $Author: fci $
20
//
21
// ------------------------------------------------------------------------
22
23
#include "
Utilities/OpalException.h
"
24
25
#include <string>
26
27
// Class LogicalError
28
// ------------------------------------------------------------------------
30
// This exception is thrown when OPALX detects an inconsistent call to
31
// a routine or method.
32
33
class
LogicalError
:
public
OpalException
{
34
public
:
36
// Arguments:
37
// [DL]
38
// [DT][b]meth[/b]
39
// [DD]the name of the method or function detecting the exception
40
// [DT][b]msg [/b]
41
// [DD]the message string identifying the exception
42
// [/DL]
43
LogicalError
(
const
std::string& meth,
const
std::string& msg);
44
45
LogicalError
(
const
LogicalError
&);
46
virtual
~LogicalError
();
47
48
private
:
49
// Not implemented.
50
LogicalError
();
51
};
52
53
#endif
// OPAL_LogicalError_HH
OpalException.h
LogicalError
Logical error exception.
Definition
LogicalError.h:33
LogicalError::~LogicalError
virtual ~LogicalError()
Definition
LogicalError.cpp:31
LogicalError::LogicalError
LogicalError()
OpalException
Definition
OpalException.h:30
src
Utilities
LogicalError.h
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8