|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the window x position is invalid. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidWindowX (const std::string &argument="") | |
| Construct a new Invalid Window X position object. | |
| ~InvalidWindowX () | |
| Destroy the Invalid Window X position object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the window x position is invalid.
Definition at line 270 of file Invalid.hpp.
| CustomExceptions::InvalidWindowX::InvalidWindowX | ( | const std::string & | argument = "" | ) |
Construct a new Invalid Window X position object.
| argument | The width provided by the user. |
Definition at line 188 of file Invalid.cpp.
| CustomExceptions::InvalidWindowX::~InvalidWindowX | ( | ) |
Destroy the Invalid Window X position object.
Definition at line 197 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 199 of file Invalid.cpp.