OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
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
10
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
GeneralClassicException(const std::string &meth, const std::string &msg)