#include <exception.h>
Inheritance diagram for Exception::IllegalSelfOperation:
Public Member Functions | |
IllegalSelfOperation (const char *file, int line) throw () |
Throw this excpetion to indicate an invalid operation on the object itself. In general these operations are self assignments or related methods.