47 const char *
what()
const noexcept;
76 const char *
what()
const noexcept;
106 const char *
what()
const noexcept;
136 const char *
what()
const noexcept;
157 InvalidSpriteConfiguration(
const std::string &userConfiguration =
"",
const std::string &spriteName =
"",
const std::string &exceptionDetail =
"");
167 const char *
what()
const noexcept;
188 InvalidIconConfiguration(
const std::string &tomlPath =
"",
const std::string &userConfiguration =
"",
const std::string &iconName =
"",
const std::string &exceptionDetail =
"");
198 const char *
what()
const noexcept;
219 InvalidBackgroundConfiguration(
const std::string &tomlPath =
"",
const std::string &userConfiguration =
"",
const std::string &backgroundName =
"",
const std::string &exceptionDetail =
"");
229 const char *
what()
const noexcept;
258 const char *
what()
const noexcept;
287 const char *
what()
const noexcept;
316 const char *
what()
const noexcept;
345 const char *
what()
const noexcept;
380 const char *
what()
const noexcept;
403 InvalidWidth(
const std::string &width =
"",
const std::string &min =
"",
const std::string &max =
"");
413 const char *
what()
const noexcept;
436 InvalidHeight(
const std::string &height =
"",
const std::string &min =
"",
const std::string &max =
"");
446 const char *
what()
const noexcept;
475 const char *
what()
const noexcept;
504 const char *
what()
const noexcept;
534 const char *
what()
const noexcept;
555 InvalidIndex(
const std::string &index =
"",
const std::string &min =
"",
const std::string &max =
"");
565 const char *
what()
const noexcept;
586 InvalidDuration(
const std::string &duration =
"",
const std::string &min =
"",
const std::string &max =
"");
596 const char *
what()
const noexcept;
616 InvalidTOML(
const std::string &path =
"",
const std::string &error =
"");
626 const char *
what()
const noexcept;
659 const char *
what()
const noexcept;
682 InvalidConfigurationMusicType(
const std::string &path =
"",
const std::string &key =
"",
const std::string &type =
"",
const std::string &expectedType =
"");
692 const char *
what()
const noexcept;
715 InvalidConfigurationFontType(
const std::string &path =
"",
const std::string &key =
"",
const std::string &type =
"",
const std::string &expectedType =
"");
725 const char *
what()
const noexcept;
747 InvalidTOMLKeyType(
const std::string &tomlPath =
"",
const std::string &tomlKey =
"",
const std::string ¤tType =
"",
const std::string &expectedType =
"");
757 const char *
what()
const noexcept;
This is an agglomerator in which all the files from Recoded folder will be included.
This is the class in charge of informing the user that the background configuration they provided is ...
~InvalidBackgroundConfiguration()
Destroy the Invalid Sprite Configuration object.
const char * what() const noexcept
Retrieves the error message.
InvalidBackgroundConfiguration(const std::string &tomlPath="", const std::string &userConfiguration="", const std::string &backgroundName="", const std::string &exceptionDetail="")
Construct a new Invalid Sprite Configuration object.
This is the class in charge of informing the user that the key type present in the file is of the wro...
InvalidConfigurationFontType(const std::string &path="", const std::string &key="", const std::string &type="", const std::string &expectedType="")
Construct a new Invalid Configuration Font Type object.
const char * what() const noexcept
Retrieves the error message.
~InvalidConfigurationFontType()
Destroy the Invalid Configuration Font Type object.
This is the class in charge of informing the user that the key type present in the file is of the wro...
~InvalidConfigurationMusicType()
Destroy the Invalid Configuration Music Type object.
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.
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 wro...
~InvalidConfigurationSpritesheetType()
Destroy the Invalid Configuration Spritesheet Type object.
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.
const char * what() const noexcept
Retrieves the error message.
This is the class in charge of informing the user that the duration they provided is invalid.
const char * what() const noexcept
Retrieves the error message.
~InvalidDuration()
Destroy the Invalid Duration object.
InvalidDuration(const std::string &duration="", const std::string &min="", const std::string &max="")
Construct a new Invalid Duration object.
This is the class in charge of informing the user that the font configuration they provided is incorr...
const char * what() const noexcept
Retrieves the error message.
InvalidFontConfiguration(const std::string &userConfiguration="", const std::string &fontName="")
Construct a new Invalid Font Configuration object.
~InvalidFontConfiguration()
Destroy the Invalid Font Configuration object.
This is the class in charge of informing the user that the height they entered is invalid.
~InvalidFontPath()
Destroy the Invalid Font Path object.
InvalidFontPath(const std::string &path="")
Construct a new Invalid Font Path 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.
const char * what() const noexcept
Retrieves the error message.
~InvalidFrameLimit()
Destroy the Invalid Frame Limit object.
InvalidFrameLimit(unsigned int frameLimit)
Construct a new Invalid Frame Limit object.
This is the class in charge of raising the invalid height error informing the user that the height th...
const char * what() const noexcept
Retrieves the error message.
~InvalidHeight()
Destroy the Invalid Height object.
InvalidHeight(const std::string &height="", const std::string &min="", const std::string &max="")
Construct a new Invalid Height object.
This is the class in charge of informing the user that the icon configuration they provided is incorr...
~InvalidIconConfiguration()
Destroy the Invalid Sprite Configuration object.
const char * what() const noexcept
Retrieves the error message.
InvalidIconConfiguration(const std::string &tomlPath="", const std::string &userConfiguration="", const std::string &iconName="", const std::string &exceptionDetail="")
Construct a new Invalid Sprite Configuration object.
This is the class in charge of informing the user that the index they provided is invalid.
InvalidIndex(const std::string &index="", const std::string &min="", const std::string &max="")
Construct a new Invalid Index object.
const char * what() const noexcept
Retrieves the error message.
~InvalidIndex()
Destroy the Invalid Index object.
This is the class in charge of informing the user that the entered ip is incorrect.
~InvalidIp()
Destroy the Invalid Ip object.
const char * what() const noexcept
Retrieves the error message.
InvalidIp(const std::string &error="")
Construct a new Invalid Ip object.
This is the class in charge of informing the user that the music configuration they provided is incor...
InvalidMusicConfiguration(const std::string &userConfiguration="", const std::string &musicName="")
Construct a new Invalid Music Configuration object.
~InvalidMusicConfiguration()
Destroy the Invalid Music Configuration object.
const char * what() const noexcept
Retrieves the error message.
This is the class in charge of informing the user that the port is incorrect.
~InvalidPort()
Destroy the Invalid Port object.
InvalidPort(const std::string &error="")
Construct a new Invalid Port object.
const char * what() const noexcept
Retrieves the error message.
This is the class in charge of informing the user that they tried to display a non-existent or invali...
~InvalidShape()
Destroy the Invalid Shape object.
InvalidShape(const std::string &extraDetails="")
Construct a new Invalid Shape 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 inco...
~InvalidSpriteConfiguration()
Destroy the Invalid Sprite Configuration object.
const char * what() const noexcept
Retrieves the error message.
InvalidSpriteConfiguration(const std::string &userConfiguration="", const std::string &spriteName="", const std::string &exceptionDetail="")
Construct a new Invalid Sprite Configuration object.
This is the class in charge of informing the user that the type of the toml key is not the one that w...
InvalidTOMLKeyType(const std::string &tomlPath="", const std::string &tomlKey="", const std::string ¤tType="", const std::string &expectedType="")
Construct a new Invalid toml Key Type object.
~InvalidTOMLKeyType()
Destroy the Invalid toml Key Type object.
const char * what() const noexcept
Retrieves the error message.
This is the class in charge of informing the user that the toml file they provided is invalid.
InvalidTOML(const std::string &path="", const std::string &error="")
Construct a new Invalid toml object.
const char * what() const noexcept
Retrieves the error message.
~InvalidTOML()
Destroy the Invalid toml object.
This is the class in charge of informing the user that they tried to display a non-existent or invali...
InvalidType(const std::string &extraDetails="")
Construct a new Invalid Type object.
const char * what() const noexcept
Retrieves the error message.
~InvalidType()
Destroy the Invalid Type object.
This is the class in charge of raising the invalid width error informing the user that the width they...
InvalidWidth(const std::string &width="", const std::string &min="", const std::string &max="")
Construct a new Invalid Width object.
~InvalidWidth()
Destroy the Invalid Width object.
const char * what() const noexcept
Retrieves the error message.
This is the class in charge of informing the user that the window height is invalid.
const char * what() const noexcept
Retrieves the error message.
InvalidWindowHeight(const std::string &argument="")
Construct a new Invalid Window Height object.
~InvalidWindowHeight()
Destroy the Invalid Window Height object.
This is the class in charge of informing the user that the window width is invalid.
const char * what() const noexcept
Retrieves the error message.
InvalidWindowWidth(const std::string &argument="")
Construct a new Invalid Window Width object.
~InvalidWindowWidth()
Destroy the Invalid Window Width object.
This is the class in charge of informing the user that the window x position is invalid.
const char * what() const noexcept
Retrieves the error message.
InvalidWindowX(const std::string &argument="")
Construct a new Invalid Window X position object.
~InvalidWindowX()
Destroy the Invalid Window X position object.
This is the class in charge of informing the user that the window Y position is invalid.
const char * what() const noexcept
Retrieves the error message.
~InvalidWindowY()
Destroy the Invalid Window Width object.
InvalidWindowY(const std::string &argument="")
Construct a new Invalid Window Width object.