Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::IllegalTreeOperation Class Reference

Illegal tree operation. More...

#include <exception.h>

Inheritance diagram for Exception::IllegalTreeOperation:

Exception::GeneralException List of all members.

Public Member Functions

 IllegalTreeOperation (const char *file, int line) throw ()

Detailed Description

Illegal tree operation.

This exception is thrown to indicate that an illegal tree operation i.e. node->setLeftChild(node) was requested.