CircularDependencyException Class Reference
The exception thrown when DependencySorter finds a circular dependency. More...
Inheritance diagram for CircularDependencyException:
Public Member Functions | |
CircularDependencyException () throw () | |
Constructor. More... | |
CircularDependencyException (const CircularDependencyException &other) throw () | |
Copy constructor. More... | |
virtual | ~CircularDependencyException () throw () |
Destructor. More... | |
CircularDependencyException & | operator= (const CircularDependencyException &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 DependencySorter finds a circular dependency.
Definition at line 609 of file utilitiesexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 615 of file utilitiesexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 627 of file utilitiesexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 655 of file utilitiesexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 639 of file utilitiesexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 664 of file utilitiesexceptions.h.
The documentation for this class was generated from the following file:
- utilities/include/utilitiesexceptions.h