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