ClassNameNotRegisteredException Class Reference
The exception thrown when requested class name is not registered with the factory. More...
Inheritance diagram for ClassNameNotRegisteredException:

Public Member Functions | |
| ClassNameNotRegisteredException (const char *className) throw () | |
| Constructor. More... | |
| ClassNameNotRegisteredException (const ClassNameNotRegisteredException &other) throw () | |
| Copy constructor. More... | |
| virtual | ~ClassNameNotRegisteredException () throw () |
| Destructor. More... | |
| const char * | className () const throw () |
| Returns the name of the class that couldn't be found. More... | |
| ClassNameNotRegisteredException & | operator= (const ClassNameNotRegisteredException &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 not registered with the factory.
Definition at line 48 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 58 of file configurationexceptions.h.
|
inline | ||||||||||||||
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 72 of file configurationexceptions.h.
|
inlinevirtual | |||||||||||||
Destructor.
Definition at line 104 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 123 of file configurationexceptions.h.
|
inline | ||||||||||||||
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 86 of file configurationexceptions.h.
|
inlinevirtual | |||||||||||||
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 113 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h