#include <BALL/COMMON/exception.h>
Public Member Functions | |
IllegalSelfOperation (const char *file, int line) |
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.
Definition at line 247 of file COMMON/exception.h.
BALL::Exception::IllegalSelfOperation::IllegalSelfOperation | ( | const char * | file, | |
int | line | |||
) |