Mantid
|
Exception thrown when an attempt is made to dereference a null pointer. More...
#include <Exception.h>
Public Member Functions | |
NullPointerException (const std::string &place, const std::string &objectName) | |
Constructor. More... | |
const char * | what () const noexcept override |
Overloaded reporting method. More... | |
Private Attributes | |
const std::string | outMessage |
The message returned by what() More... | |
Exception thrown when an attempt is made to dereference a null pointer.
Definition at line 305 of file Exception.h.
Mantid::Kernel::Exception::NullPointerException::NullPointerException | ( | const std::string & | place, |
const std::string & | objectName | ||
) |
Constructor.
place | :: The class & function where the exception occurred |
objectName | :: The name of the pointer |
Definition at line 281 of file Exception.cpp.
|
overridenoexcept |
|
private |