Apache Log4cxx
Version 1.3.0
|
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>
Public Member Functions | |
ClassNotFoundException (const LogString &className) | |
ClassNotFoundException (const ClassNotFoundException &msg) | |
ClassNotFoundException & | operator= (const ClassNotFoundException &msg) |
Public Member Functions inherited from log4cxx::helpers::Exception | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
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.
log4cxx::helpers::ClassNotFoundException::ClassNotFoundException | ( | const LogString & | className | ) |
log4cxx::helpers::ClassNotFoundException::ClassNotFoundException | ( | const ClassNotFoundException & | msg | ) |
ClassNotFoundException & log4cxx::helpers::ClassNotFoundException::operator= | ( | const ClassNotFoundException & | msg | ) |