#include <Exception.hpp>

Public Member Functions | |
| Exception () | |
| virtual | ~Exception () |
| virtual void | report (std::ostream &) const =0 |
Exception is the abstract base class for all exceptions that can be thrown by OA programs.
Definition at line 54 of file Exception.hpp.
| OA::Exception::Exception | ( | ) | [inline] |
Definition at line 56 of file Exception.hpp.
| virtual OA::Exception::~Exception | ( | ) | [inline, virtual] |
Definition at line 57 of file Exception.hpp.
| virtual void OA::Exception::report | ( | std::ostream & | ) | const [pure virtual] |
Implemented in OA::SSA::ManagerStandard::SSAException, OA::Tree::EmptyEdge, OA::Tree::DuplicateEdge, OA::Tree::NonexistentEdge, OA::Tree::EdgeInUse, OA::Tree::SecondParent, OA::Tree::EmptyEndPoint, OA::Tree::EmptyNode, OA::Tree::DuplicateNode, OA::Tree::NonexistentNode, OA::Tree::NodeInUse, and OA::Tree::DeletingRootOfNonSingletonTree.
Referenced by main().
1.7.1