qx::exception : exception with error code and error description
More...
#include <QxException.h>
|
| long | m_code |
| | Error code.
|
| |
| QString | m_desc |
| | Error description.
|
| |
| QString | m_what |
| | Formatted error : code + "^" + description.
|
| |
qx::exception : exception with error code and error description
Definition at line 57 of file QxException.h.
◆ exception() [1/2]
| qx::exception::exception |
( |
const QString & | desc | ) |
|
|
inline |
◆ exception() [2/2]
| qx::exception::exception |
( |
long | code, |
|
|
const QString & | desc ) |
|
inline |
◆ ~exception()
| virtual qx::exception::~exception |
( |
| ) |
|
| throw | ( | ) | | | |
|
inlinevirtual |
◆ getCode()
| long qx::exception::getCode |
( |
| ) |
const |
|
inline |
◆ getDescription()
| QString qx::exception::getDescription |
( |
| ) |
const |
|
inline |
◆ toQxBool()
| qx_bool qx::exception::toQxBool |
( |
| ) |
const |
|
inline |
◆ updateWhat()
| void qx::exception::updateWhat |
( |
| ) |
|
|
inlineprivate |
◆ what()
| virtual const char * qx::exception::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlinevirtual |
◆ m_code
| long qx::exception::m_code |
|
private |
◆ m_desc
| QString qx::exception::m_desc |
|
private |
◆ m_what
| QString qx::exception::m_what |
|
private |
Formatted error : code + "^" + description.
Definition at line 64 of file QxException.h.
The documentation for this class was generated from the following file: