NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
headerattributenotfoundexception.h
Go to the documentation of this file.
1#ifndef HEADERATTRIBUTENOTFOUNDEXCEPTION_H
2#define HEADERATTRIBUTENOTFOUNDEXCEPTION_H
3
7
8#include <QString>
9
10namespace NetSim {
11
16
23public:
30
36 QString errorMessage() const;
37
38private:
39 QString m_errorMessage{};
40};
41
42} // namespace NetSim
43
44#endif // HEADERATTRIBUTENOTFOUNDEXCEPTION_H
Exception class for header attribute not found scenarios.
Definition headerattributenotfoundexception.h:22
QString errorMessage() const
Fetches the error message for the exception.
Definition headerattributenotfoundexception.cpp:10
Definition logger.h:12