Class Tree::EmptyEndPoint#

Nested Relationships#

This class is a nested type of Class Tree.

Inheritance Relationships#

Base Type#

Class Documentation#

class EmptyEndPoint : public Exception

EmptyEndPoint exception is thrown if the one, or both, of the end points of an edge being added is null.

Public Functions

inline EmptyEndPoint(Tree::Edge *e)
inline ~EmptyEndPoint()
inline void report(std::ostream &o) const