OpenMPCD
|
The base exception class for OpenMPCD. More...
#include <Exceptions.hpp>
Public Member Functions | |
Exception (const std::string &msg) | |
The constructor. More... | |
const std::string & | getMessage () const |
Returns the exception message. More... | |
The base exception class for OpenMPCD.
Definition at line 37 of file Exceptions.hpp.
|
inline |
The constructor.
[in] | msg | The exception message. |
Definition at line 44 of file Exceptions.hpp.
|
inline |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.