The VExceptionConversionError class for exception of conversion error. More...
#include <vexceptionconversionerror.h>
Public Member Functions | |
VExceptionConversionError (const QString &error, const QString &str) | |
VExceptionConversionError exception conversion error. More... | |
VExceptionConversionError (const VExceptionConversionError &e) | |
VExceptionConversionError copy constructor. More... | |
VExceptionConversionError & | operator= (const VExceptionConversionError &e) |
virtual | ~VExceptionConversionError () Q_DECL_EQ_DEFAULT |
virtual QString | ErrorMessage () const Q_DECL_OVERRIDE |
ErrorMessage return main error message. More... | |
QString | String () const |
String return string, where happend error. 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 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 | 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 |
Protected Attributes | |
QString | str |
str string, where happend error More... | |
Protected Attributes inherited from VException | |
QString | error |
error string with error More... | |
QString | moreInfo |
moreInfo more information about error More... | |
Additional Inherited Members | |
Protected Member Functions inherited from VException | |
QString | MoreInfo (const QString &detInfo) const |
The VExceptionConversionError class for exception of conversion error.
Definition at line 64 of file vexceptionconversionerror.h.
VExceptionConversionError::VExceptionConversionError | ( | const QString & | error, |
const QString & | str | ||
) |
VExceptionConversionError exception conversion error.
error | string with error |
str | string, where happend error |
Definition at line 64 of file vexceptionconversionerror.cpp.
References str.
VExceptionConversionError::VExceptionConversionError | ( | const VExceptionConversionError & | e | ) |
VExceptionConversionError copy constructor.
e | exception |
Definition at line 75 of file vexceptionconversionerror.cpp.
|
virtual |
|
virtual |
ErrorMessage return main error message.
Reimplemented from VException.
Definition at line 96 of file vexceptionconversionerror.cpp.
References VException::error, and str.
Referenced by VDomDocument::getParameterId().
VExceptionConversionError & VExceptionConversionError::operator= | ( | const VExceptionConversionError & | e | ) |
Definition at line 80 of file vexceptionconversionerror.cpp.
References VException::operator=(), str, and String().
|
inline |
String return string, where happend error.
Definition at line 83 of file vexceptionconversionerror.h.
References str.
Referenced by operator=().
|
protected |
str string, where happend error
Definition at line 75 of file vexceptionconversionerror.h.
Referenced by ErrorMessage(), operator=(), String(), and VExceptionConversionError().