![]() |
MAK RTIspy API Documentation for HLA 1516
|
Exception thrown when the property value is invalid for the type. More...
Inheritance diagram for DtInvalidPropertyValue:
Collaboration diagram for DtInvalidPropertyValue:Public Member Functions | |
| DtInvalidPropertyValue (QString reason) | |
Public Member Functions inherited from DtPropertyException | |
| DtPropertyException (QString reason) | |
| CTOR. More... | |
| virtual | ~DtPropertyException () |
| DTOR. More... | |
| DtPropertyException (const DtPropertyException &) | |
| CopyCTOR. More... | |
| DtPropertyException & | operator= (const DtPropertyException &) |
| Assignment operator. More... | |
| QString | reason () const |
| Exception message. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DtPropertyException | |
| QString | myReason |
| My reason for the exception. More... | |
Exception thrown when the property value is invalid for the type.
| DtInvalidPropertyValue::DtInvalidPropertyValue | ( | QString | reason | ) |