NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
headernotfoundexception.h
Go to the documentation of this file.
1#ifndef HEADERNOTFOUNDEXCEPTION_H
2#define HEADERNOTFOUNDEXCEPTION_H
3
4#include <QString>
5
9
10namespace NetSim {
11
14
25public:
32
34 QString errorMessage() const;
35
36private:
38 QString m_errorMessage;
39};
40
41} // namespace NetSim
42
43#endif // HEADERNOTFOUNDEXCEPTION_H
Exception class for scenarios when a header is not found.
Definition headernotfoundexception.h:24
QString errorMessage() const
Simple Getter for the error message.
Definition headernotfoundexception.cpp:9
Definition logger.h:12