NetSim 1.0.0
An educational network simulation software for students
|
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. | |
Exception class for header attribute not found scenarios.
HeaderAttributeNotFoundException::HeaderAttributeNotFoundException | ( | const QString & | errorMessage | ) |
Constructs the exception with an error message.
errorMessage | Message describing the error. |
QString HeaderAttributeNotFoundException::errorMessage | ( | ) | const |
Fetches the error message for the exception.
QString | The error message. |