ClassNameNotRegisteredException Class Reference
The exception thrown when requested class name is not registered with the factory. More...
Public Member Functions | |
| ClassNameNotRegisteredException (const char *className) throw () | |
| Constructor. | |
| ClassNameNotRegisteredException (const ClassNameNotRegisteredException &other) throw () | |
| Copy constructor. | |
| virtual | ~ClassNameNotRegisteredException () throw () |
| Destructor. | |
| const char * | className () const throw () |
| Returns the name of the class that couldn't be found. | |
| ClassNameNotRegisteredException & | operator= (const ClassNameNotRegisteredException &other) throw () |
| Copy operator. | |
| virtual const char * | what () const throw () |
| Returns a C string describing the exception. | |
Detailed Description
The exception thrown when requested class name is not registered with the factory.
Definition at line 49 of file configurationexceptions.h.
Constructor & Destructor Documentation
| ClassNameNotRegisteredException | ( | const char * | className | ) | throw () [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 59 of file configurationexceptions.h.
| ClassNameNotRegisteredException | ( | const ClassNameNotRegisteredException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 73 of file configurationexceptions.h.
| virtual ~ClassNameNotRegisteredException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 105 of file configurationexceptions.h.
Member Function Documentation
| const char* className | ( | ) | const throw () [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 124 of file configurationexceptions.h.
| ClassNameNotRegisteredException& operator= | ( | const ClassNameNotRegisteredException & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 87 of file configurationexceptions.h.
| virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C string describing the exception.
- Returns:
- a C string describing the exception
Definition at line 114 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h