FatalException Class Reference

HiCR: HiCR::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__ HiCR::FatalException::FatalException ( const char *const  message)
inline

Constructor for a fatal exception

Parameters
[in]messageExplanation message for this exception

The documentation for this class was generated from the following file: