OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
SwitcherError.cpp
Go to the documentation of this file.
1#include "SwitcherError.h"
2
3SwitcherError::SwitcherError(const std::string &meth, const std::string &msg):
4 ClassicException(meth, msg)
5{}
6
10
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
SwitcherError(const std::string &meth, const std::string &msg)
virtual ~SwitcherError()