BALL::Exception::IllegalSelfOperation Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::IllegalSelfOperation:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 IllegalSelfOperation (const char *file, int line)

Detailed Description

Illegal self operation. Throw this excpetion to indicate an invalid operation on the object itself. In general these operations are self assignments or related methods.


Constructor & Destructor Documentation

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