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