23 #ifndef __ccxx_NullPointerException_hxx 24 #define __ccxx_NullPointerException_hxx 44 inline const char*
what()
const throw()
45 {
return(
"null pointer dereferenced"); }
51 #endif // __ccxx_NullPointerException_hxx
An exception indicating an attempt to dereference a null pointer.
Definition: NullPointerException.h++:37
#define COMMONCPP_API
Definition: Common.h++:126
const char * what() const
Definition: NullPointerException.h++:44
Definition: AllocationMap.c++:25