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