OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Utilities
SwitcherError.h
Go to the documentation of this file.
1
#ifndef SWITCHERERROR_H
2
#define SWITCHERERROR_H
3
4
#include "
Utilities/ClassicException.h
"
5
6
#include <string>
7
8
class
SwitcherError
:
public
ClassicException
9
{
10
public
:
11
SwitcherError
(
const
std::string &meth,
const
std::string &msg);
12
13
SwitcherError
(
const
SwitcherError
&);
14
virtual
~SwitcherError
();
15
16
private
:
17
18
// Not implemented.
19
SwitcherError
();
20
};
21
22
#endif
SwitcherError
Definition:
SwitcherError.h:8
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
ClassicException.h
SwitcherError::~SwitcherError
virtual ~SwitcherError()
Definition:
SwitcherError.cpp:11
SwitcherError::SwitcherError
SwitcherError()
Generated on Tue Jul 2 2024 15:05:23 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5