OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
GeneralClassicException.h
Go to the documentation of this file.
1#ifndef GENERALCLASSICEXCEPTION_H
2#define GENERALCLASSICEXCEPTION_H
3
5
7{
8public:
9 GeneralClassicException(const std::string &meth, const std::string &msg);
10
13
14private:
15
16 // Not implemented.
18};
19
20#endif
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
GeneralClassicException(const std::string &meth, const std::string &msg)