|
FactDev
0.1
|
The FileException class for file/acess file exception. More...
#include <fileexception.h>
Public Member Functions | |
| FileException (const QString userError, const QString fctName, const QString logError, float errorCode) | |
| FileException::FileException. Construct a FileException. More... | |
| void | popupMessage (QWidget *parent) |
| FileException::popupMessage. Display a popup message with the message error. More... | |
The FileException class for file/acess file exception.
| Exceptions::FileException::FileException | ( | const QString | userError, |
| const QString | fctName, | ||
| const QString | logError, | ||
| float | errorCode | ||
| ) |
FileException::FileException. Construct a FileException.
| userError | ClassName of error |
| fctName | Function name |
| logError | Message error |
| errorCode | Code of error |
| void Exceptions::FileException::popupMessage | ( | QWidget * | parent | ) |
FileException::popupMessage. Display a popup message with the message error.
| parent |