OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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
12
13
14EarlyLeaveException::EarlyLeaveException(const std::string &meth, const std::string &msg):
15 ClassicException(meth, msg)
16{}
17
18
22
23
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
EarlyLeaveException()=delete
EarlyLeaveException(const std::string &meth, const std::string &msg)