Class BaseGraph::NonexistentNode#

Nested Relationships#

This class is a nested type of Class BaseGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class NonexistentNode : public Exception

NonexistentNode exception is thrown if a node being deleted is not a part of the graph.

Public Functions

inline NonexistentNode(BaseGraph::Node *n)
inline ~NonexistentNode()
inline void report(std::ostream &o) const