OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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
25OpalException::OpalException(const std::string &meth, const std::string &msg):
26 ClassicException(meth, msg)
27{}
28
29
32{}
33
34
36{}
The abstract base class for all exceptions in CLASSIC.
The base class for all OPAL exceptions.
Definition: OpalException.h:28
virtual ~OpalException()