OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
SwitcherError.h
Go to the documentation of this file.
1#ifndef SWITCHERERROR_H
2#define SWITCHERERROR_H
3
5
6#include <string>
7
9{
10public:
11 SwitcherError(const std::string &meth, const std::string &msg);
12
14 virtual ~SwitcherError();
15
16private:
17
18 // Not implemented.
20};
21
22#endif
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
SwitcherError(const std::string &meth, const std::string &msg)
virtual ~SwitcherError()