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


Public Member Functions | |
| InvalidFrameLimit (unsigned int frameLimit) | |
| Construct a new Invalid Frame Limit object. | |
| InvalidFrameLimit (const std::string &frameLimit) | |
| Construct a new Invalid Frame Limit object. | |
| ~InvalidFrameLimit () | |
| Destroy the Invalid Frame Limit object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the window frame limit is invalid.
Definition at line 357 of file Invalid.hpp.
| CustomExceptions::InvalidFrameLimit::InvalidFrameLimit | ( | unsigned int | frameLimit | ) |
Construct a new Invalid Frame Limit object.
| frameLimit | The frame limit provided by the user as an integer |
Definition at line 236 of file Invalid.cpp.
| CustomExceptions::InvalidFrameLimit::InvalidFrameLimit | ( | const std::string & | frameLimit | ) |
Construct a new Invalid Frame Limit object.
| frameLimit | The frame limit provided by the user as a string |
Definition at line 244 of file Invalid.cpp.
| CustomExceptions::InvalidFrameLimit::~InvalidFrameLimit | ( | ) |
Destroy the Invalid Frame Limit object.
Definition at line 252 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 254 of file Invalid.cpp.