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