Exception thrown when an attempt is made to dereference a null pointer.
More...
#include <Exception.h>
Exception thrown when an attempt is made to dereference a null pointer.
- Author
- Russell Taylor, Tessella Support Services plc
- Date
- 01/07/2008
Definition at line 305 of file Exception.h.
◆ NullPointerException()
| Mantid::Kernel::Exception::NullPointerException::NullPointerException |
( |
const std::string & |
place, |
|
|
const std::string & |
objectName |
|
) |
| |
Constructor.
- Parameters
-
| place | :: The class & function where the exception occurred |
| objectName | :: The name of the pointer |
Definition at line 281 of file Exception.cpp.
◆ what()
| const char * Mantid::Kernel::Exception::NullPointerException::what |
( |
| ) |
const |
|
overridenoexcept |
◆ outMessage
| const std::string Mantid::Kernel::Exception::NullPointerException::outMessage |
|
private |
The documentation for this class was generated from the following files: