![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the key type present in the file is of the wrong expected type for the spritesheet. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidConfigurationSpritesheetType (const std::string &path="", const std::string &key="", const std::string &type="", const std::string &expectedType="") | |
Construct a new Invalid Configuration Spritesheet Type object. | |
~InvalidConfigurationSpritesheetType () | |
Destroy the Invalid Configuration Spritesheet Type object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the key type present in the file is of the wrong expected type for the spritesheet.
Definition at line 639 of file Invalid.hpp.
CustomExceptions::InvalidConfigurationSpritesheetType::InvalidConfigurationSpritesheetType | ( | const std::string & | path = "", |
const std::string & | key = "", | ||
const std::string & | type = "", | ||
const std::string & | expectedType = "" ) |
Construct a new Invalid Configuration Spritesheet Type object.
path | The path to the TOML file |
key | The key that contains the invalid type. |
type | The type of the key in the configuration file |
expectedType | The type that was expected of the key. |
Definition at line 426 of file Invalid.cpp.
CustomExceptions::InvalidConfigurationSpritesheetType::~InvalidConfigurationSpritesheetType | ( | ) |
Destroy the Invalid Configuration Spritesheet Type object.
Definition at line 433 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 435 of file Invalid.cpp.