ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Exception::ContainsCycle Class Reference

Description

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 <util/Sawyer/Exception.h>

Inheritance diagram for Sawyer::Exception::ContainsCycle:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Exception::ContainsCycle:
Collaboration graph
[legend]

Public Member Functions

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

Constructor & Destructor Documentation

Sawyer::Exception::ContainsCycle::ContainsCycle ( const std::string &  mesg)
inline

Constructor taking a description of the error.

Definition at line 69 of file util/Sawyer/Exception.h.


The documentation for this class was generated from the following file: