![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the font configuration they provided is incorrect. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidFontConfiguration (const std::string &userConfiguration="", const std::string &fontName="") | |
Construct a new Invalid Font Configuration object. | |
~InvalidFontConfiguration () | |
Destroy the Invalid Font Configuration object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the font configuration they provided is incorrect.
Definition at line 88 of file Invalid.hpp.
CustomExceptions::InvalidFontConfiguration::InvalidFontConfiguration | ( | const std::string & | userConfiguration = "", |
const std::string & | fontName = "" ) |
Construct a new Invalid Font Configuration object.
userConfiguration | The configuration section provided by the user |
fontName | The name of the font that was affected by the configuration |
Definition at line 49 of file Invalid.cpp.
CustomExceptions::InvalidFontConfiguration::~InvalidFontConfiguration | ( | ) |
Destroy the Invalid Font Configuration object.
Definition at line 64 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 66 of file Invalid.cpp.