BALL::Exception::IllegalTreeOperation Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::IllegalTreeOperation:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 IllegalTreeOperation (const char *file, int line)

Detailed Description

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


Constructor & Destructor Documentation

BALL::Exception::IllegalTreeOperation::IllegalTreeOperation ( const char *  file,
int  line 
)