OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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
9{}
10
12{}
The abstract base class for all exceptions in CLASSIC.
virtual ~SwitcherError()