CyclicDependencyException Class Reference
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. | |
CyclicDependencyException (const CyclicDependencyException &other) throw () | |
Copy constructor. | |
virtual | ~CyclicDependencyException () throw () |
Destructor. | |
const char * | groupName () const throw () |
Returns the name of the group in which the cycle has been discovered. | |
CyclicDependencyException & | operator= (const CyclicDependencyException &other) throw () |
Copy operator. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. |
Detailed Description
The exception thrown when a cyclic dependency is discovered during object creation using the ConfigurationParameters facilities.
Definition at line 480 of file configurationexceptions.h.
Constructor & Destructor Documentation
CyclicDependencyException | ( | const char * | groupName | ) | throw () [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 490 of file configurationexceptions.h.
CyclicDependencyException | ( | const CyclicDependencyException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 504 of file configurationexceptions.h.
virtual ~CyclicDependencyException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 536 of file configurationexceptions.h.
Member Function Documentation
const char* groupName | ( | ) | const throw () [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 556 of file configurationexceptions.h.
CyclicDependencyException& operator= | ( | const CyclicDependencyException & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 518 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 545 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h