11 #include "utils/log.h"
13 namespace Exceptions {
28 DbException(
const QString fct,
const QString fctName,
29 const QString logError,
float errorCode );
52 #endif // DbException_H
The DbException class for database exception : queries, db file, …
Definition: dbexception.h:18
virtual ~DbException()
~DbException
Definition: dbexception.h:35
void popupMessage(QWidget *parent)
DbException::popupMessage. Display a popup message with the message error.
Definition: dbexception.cpp:21
DbException(const QString fct, const QString fctName, const QString logError, float errorCode)
DbException::DbException. Construct a DbException.
Definition: dbexception.cpp:4