#include <vexceptionundo.h>
Public Member Functions | |
VExceptionUndo (const QString &what) | |
VExceptionUndo (const VExceptionUndo &e) | |
virtual | ~VExceptionUndo () Q_DECL_EQ_DEFAULT |
Public Member Functions inherited from VException | |
VException (const QString &error) | |
VException constructor exception. More... | |
VException (const VException &e) | |
VException copy constructor. More... | |
VException & | operator= (const VException &e) |
virtual | ~VException () Q_DECL_EQ_DEFAULT |
virtual Q_NORETURN void | raise () const Q_DECL_OVERRIDE |
raise method raise for exception More... | |
virtual Q_REQUIRED_RESULT VException * | clone () const Q_DECL_OVERRIDE |
clone clone exception More... | |
virtual QString | ErrorMessage () const |
ErrorMessage return main error message. More... | |
virtual QString | DetailedInformation () const |
DetailedInformation return detailed information about error. More... | |
QString | WhatUtf8 () const |
What return string with error. More... | |
void | AddMoreInformation (const QString &info) |
AddMoreInformation add more information for error. More... | |
QString | MoreInformation () const |
MoreInformation return more information for error. More... | |
virtual const char * | what () const Q_DECL_OVERRIDE |
Additional Inherited Members | |
Protected Member Functions inherited from VException | |
QString | MoreInfo (const QString &detInfo) const |
Protected Attributes inherited from VException | |
QString | error |
error string with error More... | |
QString | moreInfo |
moreInfo more information about error More... | |
Definition at line 61 of file vexceptionundo.h.
|
explicit |
Definition at line 57 of file vexceptionundo.cpp.
VExceptionUndo::VExceptionUndo | ( | const VExceptionUndo & | e | ) |
Definition at line 62 of file vexceptionundo.cpp.
|
virtual |