Apache Log4cxx  Version 1.5.0
Loading...
Searching...
No Matches
log4cxx::helpers::ClassNotFoundException Class Reference

Thrown when an application tries to load in a class through its string name but no definition for the class with the specified name could be found. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::ClassNotFoundException:
log4cxx::helpers::Exception

Public Member Functions

 ClassNotFoundException (const LogString &className)
 ClassNotFoundException (const ClassNotFoundException &msg)
ClassNotFoundExceptionoperator= (const ClassNotFoundException &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 ()

Additional Inherited Members

Static Public Member Functions inherited from log4cxx::helpers::Exception
static LogString makeMessage (const LogString &type, log4cxx_status_t stat)

Detailed Description

Thrown when an application tries to load in a class through its string name but no definition for the class with the specified name could be found.

Constructor & Destructor Documentation

◆ ClassNotFoundException() [1/2]

log4cxx::helpers::ClassNotFoundException::ClassNotFoundException ( const LogString & className)

◆ ClassNotFoundException() [2/2]

log4cxx::helpers::ClassNotFoundException::ClassNotFoundException ( const ClassNotFoundException & msg)

Member Function Documentation

◆ operator=()

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

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