Legion Runtime
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Legion::ExceptionHandler Class Reference

#include <exception.h>

Public Member Functions

virtual bool can_handle (ExceptionType type) const
 
virtual bool handle_exception (Exception &exception, const std::string_view &provenance, const Realm::Backtrace &backtrace)
 

Detailed Description

Both applications and mappers can register exception handlers with Legion to aid in modifying or rewriting error messages. In the case of exceptions that are not warnings the exception will always be raised and can only be handled by


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