OpenMPCD
|
#include <Exceptions.hpp>
Public Member Functions | |
Exception (const std::string &msg) | |
The constructor. More... | |
const std::string & | getMessage () const |
Returns the exception message. More... | |
Base CUDA exception.
Definition at line 18 of file CUDA/Exceptions.hpp.
|
inline |
The constructor.
[in] | msg | The error message. |
Definition at line 25 of file CUDA/Exceptions.hpp.
|
inlineinherited |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.