52 #ifndef VEXCEPTIONWRONGID_H
53 #define VEXCEPTIONWRONGID_H
55 #include <qcompilerdetection.h>
59 #include "../ifcdef.h"
The VExceptionWrongId class for exception wrong id.
QString TagName() const
TagName return tag name.
VExceptionWrongId(const QString &what, const QDomElement &domElement)
VExceptionWrongId exception wrong parameter id.
virtual ~VExceptionWrongId() Q_DECL_EQ_DEFAULT
QString tagText
tagText tag text
virtual QString DetailedInformation() const Q_DECL_OVERRIDE
DetailedInformation return detailed information about error.
qint32 lineNumber
lineNumber line number
virtual QString ErrorMessage() const Q_DECL_OVERRIDE
ErrorMessage return main error message.
QString tagName
tagName tag name
QString TagText() const
TagText return tag text.
VExceptionWrongId & operator=(const VExceptionWrongId &e)
qint32 LineNumber() const
LineNumber return line number in file.
The VException class parent for all exception. Could be use for abstract exception.
virtual const char * what() const Q_DECL_OVERRIDE
#define V_NOEXCEPT_EXPR(x)