NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
Public Member Functions | List of all members
NetSim::HeaderAttributeNotFoundException Class Reference

Exception class for header attribute not found scenarios. More...

#include <headerattributenotfoundexception.h>

Public Member Functions

 HeaderAttributeNotFoundException (const QString &errorMessage)
 Constructs the exception with an error message.
 
QString errorMessage () const
 Fetches the error message for the exception.
 

Detailed Description

Exception class for header attribute not found scenarios.

Constructor & Destructor Documentation

◆ HeaderAttributeNotFoundException()

HeaderAttributeNotFoundException::HeaderAttributeNotFoundException ( const QString &  errorMessage)

Constructs the exception with an error message.

Parameters
errorMessageMessage describing the error.
Here is the call graph for this function:

Member Function Documentation

◆ errorMessage()

QString HeaderAttributeNotFoundException::errorMessage ( ) const

Fetches the error message for the exception.

Return values
QStringThe error message.
Here is the caller graph for this function:

The documentation for this class was generated from the following files: