OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Utilities
EarlyLeaveException.cpp
Go to the documentation of this file.
1
//
2
// Implements the member function of the EarlyLeaveException class.
3
//
4
// Copyright (c) 2008-2019
5
// Paul Scherrer Institut, Villigen PSI, Switzerland
6
// All rights reserved.
7
//
8
// OPAL is licensed under GNU GPL version 3.
9
//
10
11
#include "
Utilities/EarlyLeaveException.h
"
12
13
14
EarlyLeaveException::EarlyLeaveException
(
const
std::string &meth,
const
std::string &msg):
15
ClassicException
(meth, msg)
16
{}
17
18
19
EarlyLeaveException::EarlyLeaveException
(
const
EarlyLeaveException
&rhs):
20
ClassicException
(rhs)
21
{}
22
23
24
EarlyLeaveException::~EarlyLeaveException
()
25
{}
EarlyLeaveException.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
EarlyLeaveException
Definition:
EarlyLeaveException.h:21
EarlyLeaveException::EarlyLeaveException
EarlyLeaveException()=delete
EarlyLeaveException::~EarlyLeaveException
virtual ~EarlyLeaveException()
Definition:
EarlyLeaveException.cpp:24
Generated on Wed Aug 25 2021 16:41:05 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1