#include <exception.h>
Inheritance diagram for Exception::IllegalTreeOperation:
Public Member Functions | |
IllegalTreeOperation (const char *file, int line) throw () |
This exception is thrown to indicate that an illegal tree operation i.e. node->setLeftChild(node) was requested.