Apache log4cxx  Version 0.10.0
NullPointerException Class Reference

Thrown when an application attempts to use null in a case where an object is required. More...

Inheritance diagram for NullPointerException:
RuntimeException Exception

Public Member Functions

 NullPointerException (const LogString &msg)
 
 NullPointerException (const NullPointerException &msg)
 
NullPointerExceptionoperator= (const NullPointerException &src)
 
- Public Member Functions inherited from RuntimeException
 RuntimeException (log4cxx_status_t stat)
 
 RuntimeException (const LogString &msg)
 
 RuntimeException (const RuntimeException &msg)
 
RuntimeExceptionoperator= (const RuntimeException &src)
 
- Public Member Functions inherited from Exception
 Exception (const char *msg)
 
 Exception (const LogString &msg)
 
 Exception (const Exception &src)
 
Exceptionoperator= (const Exception &src)
 
const char * what () const throw ()
 

Detailed Description

Thrown when an application attempts to use null in a case where an object is required.

Constructor & Destructor Documentation

NullPointerException ( const LogString msg)

Member Function Documentation

NullPointerException& operator= ( const NullPointerException src)

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