![]() |
MAK RTIspy API Documentation for HLA 1516
|
Base property exception class. More...
Inheritance diagram for DtPropertyException:
Collaboration diagram for DtPropertyException:Public Member Functions | |
| DtPropertyException (QString reason) | |
| CTOR. | |
| virtual | ~DtPropertyException () |
| DTOR. | |
| DtPropertyException (const DtPropertyException &) | |
| CopyCTOR. | |
| DtPropertyException & | operator= (const DtPropertyException &) |
| Assignment operator. | |
| QString | reason () const |
| Exception message. | |
Protected Attributes | |
| QString | myReason |
| My reason for the exception. | |
Base property exception class.
| DtPropertyException::DtPropertyException | ( | QString | reason | ) |
CTOR.
|
virtual |
DTOR.
| DtPropertyException::DtPropertyException | ( | const DtPropertyException & | exception | ) |
CopyCTOR.
| DtPropertyException & DtPropertyException::operator= | ( | const DtPropertyException & | exception | ) |
| QString DtPropertyException::reason | ( | ) | const |
|
protected |
My reason for the exception.
Referenced by operator=(), and reason().