|
ROSE
0.11.96.11
|
Error when a cycle is detected.
This error is thrown by algorithms that operate only on acyclic data structures if the data structure on which they're invoked contains a cycle.
Definition at line 64 of file util/Sawyer/Exception.h.
#include <Exception.h>


Public Member Functions | |
| ContainsCycle (const std::string &mesg) | |
| Constructor taking a description of the error. | |
Public Member Functions inherited from Sawyer::Exception::DomainError | |
| DomainError (const std::string &mesg) | |
| Constructor taking a description of the error. | |
Public Member Functions inherited from Sawyer::Exception::RuntimeError | |
| RuntimeError (const std::string &mesg) | |
| Constructor taking a description of the error. | |
1.8.17