Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::NullPointerException Class Reference

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

#include <exception.h>

Inheritance diagram for log4cxx::helpers::NullPointerException:
log4cxx::helpers::RuntimeException log4cxx::helpers::Exception

Public Member Functions

 NullPointerException (const LogString &msg)
 
 NullPointerException (const NullPointerException &msg)
 
NullPointerExceptionoperator= (const NullPointerException &src)
 
- Public Member Functions inherited from log4cxx::helpers::RuntimeException
 RuntimeException (log4cxx_status_t stat)
 
 RuntimeException (const LogString &msg)
 
 RuntimeException (const RuntimeException &msg)
 
RuntimeExceptionoperator= (const RuntimeException &src)
 
- Public Member Functions inherited from log4cxx::helpers::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() [1/2]

log4cxx::helpers::NullPointerException::NullPointerException ( const LogString msg)

◆ NullPointerException() [2/2]

log4cxx::helpers::NullPointerException::NullPointerException ( const NullPointerException msg)

Member Function Documentation

◆ operator=()

NullPointerException & log4cxx::helpers::NullPointerException::operator= ( const NullPointerException src)

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