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