OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
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
ClassicException.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
SwitcherError
Definition:
SwitcherError.h:9
SwitcherError::SwitcherError
SwitcherError()
SwitcherError::~SwitcherError
virtual ~SwitcherError()
Definition:
SwitcherError.cpp:11
Generated on Wed Aug 25 2021 16:41:03 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1