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