Null pointer access exception. More...
#include <pointer.hh>
Public Member Functions | |
null_access (std::string const &message) | |
Constructor. |
Null pointer access exception.
This class represent an exception that may be throwned when user tries to access a NULL
pointer.
Definition at line 29 of file pointer.hh.
utilmm::smart::null_access::null_access | ( | std::string const & | message | ) | [inline] |
Constructor.
message | The message attached to this instance |
Definition at line 35 of file pointer.hh.