OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
OpalException.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: OpalException.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Class: OpalException
10 // The base class for all OPAL exceptions.
11 //
12 // ------------------------------------------------------------------------
13 //
14 // $Date: 2000/03/27 09:33:48 $
15 // $Author: Andreas Adelmann $
16 //
17 // ------------------------------------------------------------------------
18 
20 
21 
22 // Class OpalException
23 // ------------------------------------------------------------------------
24 
25 OpalException::OpalException(const std::string &meth, const std::string &msg):
26  ClassicException(meth, msg)
27 {}
28 
29 
31  ClassicException(rhs)
32 {}
33 
34 
36 {}
The base class for all OPAL exceptions.
Definition: OpalException.h:28
The abstract base class for all exceptions in CLASSIC.
virtual ~OpalException()