|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the sprite configuration they provided is incorrect. More...
#include <Invalid.hpp>
Public Member Functions | |
| InvalidSpriteConfiguration (const std::string &userConfiguration="", const std::string &spriteName="", const std::string &exceptionDetail="") | |
| Construct a new Invalid Sprite Configuration object. | |
| ~InvalidSpriteConfiguration () | |
| Destroy the Invalid Sprite Configuration object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the sprite configuration they provided is incorrect.
Definition at line 148 of file Invalid.hpp.
| CustomExceptions::InvalidSpriteConfiguration::InvalidSpriteConfiguration | ( | const std::string & | userConfiguration = "", |
| const std::string & | spriteName = "", | ||
| const std::string & | exceptionDetail = "" ) |
Construct a new Invalid Sprite Configuration object.
| userConfiguration | The configuration section provided by the user. |
| spriteName | The name of the sprite that was affected by the configuration. |
| exceptionDetail | The detail about the reason why the error was triggered. |
Definition at line 92 of file Invalid.cpp.
| CustomExceptions::InvalidSpriteConfiguration::~InvalidSpriteConfiguration | ( | ) |
Destroy the Invalid Sprite Configuration object.
Definition at line 114 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 116 of file Invalid.cpp.