NetSim
1.0.0
An educational network simulation software for students
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
h
i
m
n
o
p
r
s
t
u
Enumerations
Enumerator
a
c
d
e
f
h
i
m
n
o
p
r
s
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
g
h
i
m
n
o
p
r
s
t
~
Functions
a
c
d
e
g
h
i
m
n
o
p
r
s
t
~
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Enumerations
Enumerator
Modules
Pages
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