The exception thrown when requested to create an object from a group and the "type" parameter is not in the group. More...
Public Member Functions | |
CannotFindTypeParameterException (const char *groupName) throw () | |
Constructor. More... | |
CannotFindTypeParameterException (const CannotFindTypeParameterException &other) throw () | |
Copy constructor. More... | |
virtual | ~CannotFindTypeParameterException () throw () |
Destructor. More... | |
const char * | groupName () const throw () |
Returns the name of the class that couldn't be found. More... | |
CannotFindTypeParameterException & | operator= (const CannotFindTypeParameterException &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 to create an object from a group and the "type" parameter is not in the group.
Definition at line 379 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
groupName the name of the group that should have had the "type" parameter
Definition at line 388 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 402 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 434 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 453 of file configurationexceptions.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 416 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 443 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h