#include <vexception.h>
Public Member Functions | |
| VExceptionToolWasDeleted (const QString &error) | |
| VExceptionToolWasDeleted (const VExceptionToolWasDeleted &e) | |
| VExceptionToolWasDeleted & | operator= (const VExceptionToolWasDeleted &e) |
| virtual | ~VExceptionToolWasDeleted () Q_DECL_EQ_DEFAULT |
| virtual Q_NORETURN void | raise () const Q_DECL_OVERRIDE |
| raise method raise for exception More... | |
| virtual VExceptionToolWasDeleted * | clone () const Q_DECL_OVERRIDE |
| clone clone exception More... | |
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 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 117 of file vexception.h.
|
explicit |
Definition at line 167 of file vexception.cpp.
Referenced by clone().
| VExceptionToolWasDeleted::VExceptionToolWasDeleted | ( | const VExceptionToolWasDeleted & | e | ) |
Definition at line 173 of file vexception.cpp.
|
virtual |
|
virtual |
clone clone exception
Reimplemented from VException.
Definition at line 200 of file vexception.cpp.
References VExceptionToolWasDeleted().
| VExceptionToolWasDeleted & VExceptionToolWasDeleted::operator= | ( | const VExceptionToolWasDeleted & | e | ) |
Definition at line 179 of file vexception.cpp.
References VException::operator=().
|
virtual |
raise method raise for exception
Reimplemented from VException.
Definition at line 194 of file vexception.cpp.