The exception thrown when a cyclic dependency is discovered during object creation using the ConfigurationParameters facilities. More...
Public Member Functions | |
CyclicDependencyException (const char *groupName) throw () | |
Constructor. More... | |
CyclicDependencyException (const CyclicDependencyException &other) throw () | |
Copy constructor. More... | |
virtual | ~CyclicDependencyException () throw () |
Destructor. More... | |
const char * | groupName () const throw () |
Returns the name of the group in which the cycle has been discovered. More... | |
CyclicDependencyException & | operator= (const CyclicDependencyException &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 a cyclic dependency is discovered during object creation using the ConfigurationParameters facilities.
Definition at line 581 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
groupName the name of the group in which the cycle has been discovered. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 591 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 605 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 637 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Returns the name of the group in which the cycle has been discovered.
- Returns
- the name of the group in which the cycle has been discovered
Definition at line 657 of file configurationexceptions.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 619 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 646 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h