libcommonc++  0.7
NullPointerException Class Reference

An exception indicating an attempt to dereference a null pointer. More...

#include <NullPointerException.h++>

Inheritance diagram for NullPointerException:
Collaboration diagram for NullPointerException:

Public Member Functions

 NullPointerException ()
 Construct a new NullPointerException. More...
 
const char * what () const throw ()
 

Detailed Description

An exception indicating an attempt to dereference a null pointer.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ NullPointerException()

Member Function Documentation

◆ what()

const char* what ( ) const
throw (
)
inline

The documentation for this class was generated from the following files: