10 #ifndef propertyExceptions_H_
11 #define propertyExceptions_H_
14 #include <QtCore/QString>
34 QString reason()
const;
Exception thrown when the property name is invalid.
Definition: propertyExceptions.h:42
Exception thrown when the property value is invalid for the type.
Definition: propertyExceptions.h:56
Exception thrown when the property name is already exists.
Definition: propertyExceptions.h:49
QString myReason
My reason for the exception.
Definition: propertyExceptions.h:38
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
Base property exception class.
Definition: propertyExceptions.h:17