#include <exception.h>
Inheritance diagram for Exception::NullPointer:
Public Member Functions | |
NullPointer (const char *file, int line) throw () |
Use this exception to indicate a failure due to an argument not containing a pointer to a valid object, but a null pointer.