Class BaseGraph::NonexistentEdge#

Nested Relationships#

This class is a nested type of Class BaseGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class NonexistentEdge : public Exception

NonexistentEdge exception is thrown if an edge being deleted is not a part of the graph.

Public Functions

inline NonexistentEdge(BaseGraph::Edge *e)
inline ~NonexistentEdge()
inline void report(std::ostream &o) const