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