![]() |
VR-Exchange 2.1 API Documentation
|
Base property exception class. More...

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.
| MAKVrExchange::DtPropertyException::DtPropertyException | ( | QString | reason | ) |
CTOR.
|
virtual |
DTOR.
| MAKVrExchange::DtPropertyException::DtPropertyException | ( | const DtPropertyException & | ) |
CopyCTOR.
| DtPropertyException& MAKVrExchange::DtPropertyException::operator= | ( | const DtPropertyException & | ) |
Assignment operator.
| QString MAKVrExchange::DtPropertyException::reason | ( | ) | const |
Exception message.
|
protected |
My reason for the exception.