OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
GeneralClassicException.cpp
Go to the documentation of this file.
2
3GeneralClassicException::GeneralClassicException(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.