Apache log4cxx Version 0.10.0
|
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...
Inherits log4cxx::helpers::Exception.
Public Member Functions | |
InstantiationException (const LogString &msg) | |
InstantiationException (const InstantiationException &msg) | |
InstantiationException & | operator= (const InstantiationException &msg) |
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.
InstantiationException | ( | const LogString & | msg | ) |
InstantiationException | ( | const InstantiationException & | msg | ) |
InstantiationException& operator= | ( | const InstantiationException & | msg | ) |