1 #ifndef FILEEXCEPTION_H
2 #define FILEEXCEPTION_H
10 #include "utils/log.h"
12 namespace Exceptions {
28 const QString logError,
float errorCode);
42 #endif // FILEEXCEPTION_H
void popupMessage(QWidget *parent)
FileException::popupMessage. Display a popup message with the message error.
Definition: fileexception.cpp:27
FileException(const QString userError, const QString fctName, const QString logError, float errorCode)
FileException::FileException. Construct a FileException.
Definition: fileexception.cpp:4
The FileException class for file/acess file exception.
Definition: fileexception.h:17