Exception that means the user made an invalid request for a subgroup handle, such as by supplying an out-of-bounds subgroup index. More...
#include <derecho_exception.hpp>
Public Member Functions | |
invalid_subgroup_exception (const std::string &message) | |
Public Member Functions inherited from derecho::derecho_exception | |
derecho_exception (const std::string &message) | |
const char * | what () const noexcept |
Additional Inherited Members | |
Public Attributes inherited from derecho::derecho_exception | |
const std::string | message |
Exception that means the user made an invalid request for a subgroup handle, such as by supplying an out-of-bounds subgroup index.
Definition at line 41 of file derecho_exception.hpp.
|
inline |
Definition at line 42 of file derecho_exception.hpp.