|
FactDev
0.1
|
The DbException class for database exception : queries, db file, … More...
#include <dbexception.h>
Public Member Functions | |
| DbException (const QString fct, const QString fctName, const QString logError, float errorCode) | |
| DbException::DbException. Construct a DbException. More... | |
| virtual | ~DbException () throw () |
| ~DbException | |
| void | popupMessage (QWidget *parent) |
| DbException::popupMessage. Display a popup message with the message error. More... | |
The DbException class for database exception : queries, db file, …
| Exceptions::DbException::DbException | ( | const QString | fct, |
| const QString | fctName, | ||
| const QString | logError, | ||
| float | errorCode | ||
| ) |
DbException::DbException. Construct a DbException.
| userError | ClassName of error |
| fctName | Function name |
| logError | Message error |
| errorCode | Code of error |
| void Exceptions::DbException::popupMessage | ( | QWidget * | parent | ) |
DbException::popupMessage. Display a popup message with the message error.
| parent |