52 #ifndef VEXCEPTIONCONVERSIONERROR_H 
   53 #define VEXCEPTIONCONVERSIONERROR_H 
   55 #include <qcompilerdetection.h> 
   58 #include "../ifcdef.h" 
The VExceptionConversionError class for exception of conversion error.
 
QString str
str string, where happend error
 
VExceptionConversionError & operator=(const VExceptionConversionError &e)
 
QString String() const
String return string, where happend error.
 
virtual ~VExceptionConversionError() Q_DECL_EQ_DEFAULT
 
virtual QString ErrorMessage() const Q_DECL_OVERRIDE
ErrorMessage return main error message.
 
VExceptionConversionError(const QString &error, const QString &str)
VExceptionConversionError exception conversion error.
 
The VException class parent for all exception. Could be use for abstract exception.
 
QString error
error string with error
 
#define V_NOEXCEPT_EXPR(x)