OpenMPCD
|
NULL-pointer exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
NULLPointerException (const std::string &variable) | |
The constructor. More... | |
const std::string & | getMessage () const |
Returns the exception message. More... | |
NULL-pointer exception.
Definition at line 96 of file Exceptions.hpp.
|
inline |
The constructor.
[in] | variable | The variable name. |
Definition at line 103 of file Exceptions.hpp.
|
inlineinherited |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.