![]() |
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 music. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidConfigurationMusicType (const std::string &path="", const std::string &key="", const std::string &type="", const std::string &expectedType="") | |
Construct a new Invalid Configuration Music Type object. | |
~InvalidConfigurationMusicType () | |
Destroy the Invalid Configuration Music 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 music.
Definition at line 672 of file Invalid.hpp.
CustomExceptions::InvalidConfigurationMusicType::InvalidConfigurationMusicType | ( | const std::string & | path = "", |
const std::string & | key = "", | ||
const std::string & | type = "", | ||
const std::string & | expectedType = "" ) |
Construct a new Invalid Configuration Music 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 440 of file Invalid.cpp.
CustomExceptions::InvalidConfigurationMusicType::~InvalidConfigurationMusicType | ( | ) |
Destroy the Invalid Configuration Music Type object.
Definition at line 447 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 449 of file Invalid.cpp.