OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Utilities
GeneralClassicException.h
Go to the documentation of this file.
1
#ifndef GENERALCLASSICEXCEPTION_H
2
#define GENERALCLASSICEXCEPTION_H
3
4
#include "
Utilities/ClassicException.h
"
5
6
class
GeneralClassicException
:
public
ClassicException
7
{
8
public
:
9
GeneralClassicException
(
const
std::string &meth,
const
std::string &msg);
10
11
GeneralClassicException
(
const
GeneralClassicException
&);
12
virtual
~GeneralClassicException
();
13
14
private
:
15
16
// Not implemented.
17
GeneralClassicException
();
18
};
19
20
#endif
GeneralClassicException::GeneralClassicException
GeneralClassicException()
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
ClassicException.h
GeneralClassicException::~GeneralClassicException
virtual ~GeneralClassicException()
Definition:
GeneralClassicException.cpp:11
GeneralClassicException
Definition:
GeneralClassicException.h:6
Generated on Tue Jul 2 2024 15:05:23 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5