OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
GeneralClassicException.h
Go to the documentation of this file.
1 #ifndef GENERALCLASSICEXCEPTION_H
2 #define GENERALCLASSICEXCEPTION_H
3 
5 
7 {
8 public:
9  GeneralClassicException(const std::string &meth, const std::string &msg);
10 
12  virtual ~GeneralClassicException();
13 
14 private:
15 
16  // Not implemented.
18 };
19 
20 #endif
The abstract base class for all exceptions in CLASSIC.