|
Legion Runtime
|
#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 |
This is a wrapper class for an exception that helps build an error exception via a std::ostream.