OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
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
The abstract base class for all exceptions in CLASSIC.