32#ifndef _QX_EXCEPTION_H_
33#define _QX_EXCEPTION_H_
72 virtual const char *
what()
const throw() {
return qPrintable(
m_what); }
qx_bool : QxOrm library boolean type with code and description message when an error occured
qx_bool : boolean type with code and description message when an error occured
qx::exception : exception with error code and error description
exception(long code, const QString &desc)
QString getDescription() const
QString m_desc
Error description.
virtual const char * what() const
exception(const QString &desc)
QString m_what
Formatted error : code + "^" + description.
Root namespace for all QxOrm library features.