YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
Exception from YASK framework. More...
#include <yask_common_api.hpp>
Public Member Functions | |
yask_exception () | |
Construct a YASK exception with default message. | |
yask_exception (const std::string &message) | |
Construct a YASK exception with message . | |
virtual const char * | what () const noexcept |
Get description. | |
virtual void | add_message (const std::string &message) |
Append message to description of this exception. | |
virtual const char * | get_message () const |
Get description. | |
Exception from YASK framework.
Objects of this exception contain additional message from yask framework
|
virtualnoexcept |
Get description.
Returns a C-style character string describing the cause of the current error.
|
virtual |
Append message
to description of this exception.
[in] | message | Additional message as string. |
|
virtual |