OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
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
ClassicException.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
GeneralClassicException
Definition:
GeneralClassicException.h:7
GeneralClassicException::GeneralClassicException
GeneralClassicException()
GeneralClassicException::~GeneralClassicException
virtual ~GeneralClassicException()
Definition:
GeneralClassicException.cpp:11
Generated on Wed Aug 25 2021 16:41:03 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1