Swarm-NG  1.1
swarm::runtime_error Class Reference

Unrecoverable error exception. More...

#include <runtime_error.hpp>

Inheritance diagram for swarm::runtime_error:
cudaException

Public Member Functions

 runtime_error (const std::string &msg)
 Constructor.
 

Detailed Description

Unrecoverable error exception.

Throw an instance of this class to indicate an unrecoverable error was encountered. Do not throw it directly, but through the use of ERROR() macro.

Definition at line 39 of file runtime_error.hpp.


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