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