#include <null_pointer_exception.h>
Inherits Exception.
Inheritance diagram for NullPointerException:
Public Member Functions | |
NullPointerException (std::string method="", std::string pointer_name=0) | |
NullPointerException (NullPointerException const &src) | |
virtual | ~NullPointerException () throw () |
virtual char const * | what () const throw () |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 36 of file null_pointer_exception.h.
|
Constructor
Definition at line 21 of file null_pointer_exception.cpp. |
|
Copy Constructor Definition at line 26 of file null_pointer_exception.cpp. |
|
Destructor Definition at line 32 of file null_pointer_exception.cpp. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 36 of file null_pointer_exception.cpp. |