NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
cablenotfoundexception.h
Go to the documentation of this file.
1#ifndef CABLENOTFOUNDEXCEPTION_H
2#define CABLENOTFOUNDEXCEPTION_H
3
4#include <QString>
5
9
10namespace NetSim {
11
14
23public:
30
36 QString errorMessage() const;
37
38private:
40 QString m_errorMessage{};
41};
42} // namespace NetSim
43
44#endif // CABLENOTFOUNDEXCEPTION_H
The CableNotFoundException class.
Definition cablenotfoundexception.h:22
QString errorMessage() const
Fetches the error message associated with this exception.
Definition cablenotfoundexception.cpp:9
Definition logger.h:12