RuntimeException Class Reference

HiCR: HiCR::RuntimeException Class Reference
HiCR
HiCR::RuntimeException Class Reference

#include <exceptions.hpp>

Inheritance diagram for HiCR::RuntimeException:

Public Member Functions

__INLINE__ RuntimeException (const char *const message)
 

Detailed Description

A class of exceptions that indicate a non-fatal runtime error has been encountered during a call to a HiCR primitive.

When an exception of this (super)type is thrown, it shall be as though the call to the HiCR primitive that threw it, had never been made.

Note
This is also known as no-side-effect error handling.

Constructor & Destructor Documentation

◆ RuntimeException()

__INLINE__ HiCR::RuntimeException::RuntimeException ( const char *const  message)
inline

Constructor for a runtime exception

Parameters
[in]messageExplanation message for this exception

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