FatalException Class Reference
HiCR
|
HiCR::FatalException Class Reference
#include <exceptions.hpp>
Inheritance diagram for HiCR::FatalException:

Public Member Functions | |
__INLINE__ | FatalException (const char *const message) |
Detailed Description
A class of exceptions that are fatal in that the HiCR runtime enters some undefined state. When this class of exceptions are caught, users can only attempt to wind down the application as gracefully as possible, without calling any other HiCR functionality.
Constructor & Destructor Documentation
◆ FatalException()
|
inline |
Constructor for a fatal exception
- Parameters
-
[in] message Explanation message for this exception
The documentation for this class was generated from the following file:
- /home/runner/work/HiCR/HiCR/include/hicr/core/exceptions.hpp
Generated by