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

Exception::IllegalSelfOperation Class Reference

Illegal self operation. More...

#include <exception.h>

Inheritance diagram for Exception::IllegalSelfOperation:

Exception::GeneralException List of all members.

Public Member Functions

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

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.