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

Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::InstantiationException:
log4cxx::helpers::Exception

Public Member Functions

 InstantiationException (const LogString &msg)
 
 InstantiationException (const InstantiationException &msg)
 
InstantiationExceptionoperator= (const InstantiationException &msg)
 
- 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 tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.

Constructor & Destructor Documentation

◆ InstantiationException() [1/2]

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

◆ InstantiationException() [2/2]

log4cxx::helpers::InstantiationException::InstantiationException ( const InstantiationException msg)

Member Function Documentation

◆ operator=()

InstantiationException & log4cxx::helpers::InstantiationException::operator= ( const InstantiationException msg)

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