The exception thrown when requested class name is registered but cannot be created because it is abstract. More...
Public Member Functions | |
ClassNameIsAbstractException (const char *className) throw () | |
Constructor. More... | |
ClassNameIsAbstractException (const ClassNameIsAbstractException &other) throw () | |
Copy constructor. More... | |
virtual | ~ClassNameIsAbstractException () throw () |
Destructor. More... | |
const char * | className () const throw () |
Returns the name of the class that couldn't be found. More... | |
ClassNameIsAbstractException & | operator= (const ClassNameIsAbstractException &other) throw () |
Copy operator. More... | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. More... | |
Detailed Description
The exception thrown when requested class name is registered but cannot be created because it is abstract.
Definition at line 150 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
className the name of the class that couldn't be found. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 160 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 174 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 206 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Returns the name of the class that couldn't be found.
- Returns
- the name of the class that couldn't be found
Definition at line 225 of file configurationexceptions.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 188 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 215 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h