ExceptionArgumentChanged Class Reference
Indicates that a passed argument reference was altered before this exception was thrown. Thrown by ICalculator / IFilter("Generic") if 1+ assignments failed, but other 1+ succeeded. More...
#include "Exception.hpp"
Inheritance diagram for ExceptionArgumentChanged:Public Member Functions | |
| ExceptionArgumentChanged (const char *errorMessage) | |
| ExceptionArgumentChanged (const ExceptionArgumentChanged &) | |
| ExceptionArgumentChanged & | operator= (const ExceptionArgumentChanged &) |
Public Member Functions inherited from Exception | |
| Exception (const char *errorMessage) | |
| Exception (const Exception &) | |
| Exception & | operator= (const Exception &) |
Additional Inherited Members | |
Public Types inherited from Exception | |
| typedef NG_exception | base |
Detailed Description
Indicates that a passed argument reference was altered before this exception was thrown. Thrown by ICalculator / IFilter("Generic") if 1+ assignments failed, but other 1+ succeeded.
