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

#include <exception.h>

Public Member Functions

 Error (ExceptionType type=LEGION_APPLICATION_EXCEPTION)
 
 Error (const Error &rhs)=delete
 
 Error (Error &&rhs)=delete
 
Error & operator= (const Error &rhs)=delete
 
Error & operator= (Error &&rhs)=delete
 
template<typename T >
Error & operator<< (T &&value)
 
void raise (void)
 

Public Attributes

Exception exception
 
std::ostream stream
 

Detailed Description

This is a wrapper class for an exception that helps build an error exception via a std::ostream.


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