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