R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Invalid.hpp File Reference

File in charge of informing the user that they have tried to access an invalid component. More...

#include <string>
#include <exception>
#include "Recoded.hpp"
Include dependency graph for Invalid.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CustomExceptions::InvalidIp
 This is the class in charge of informing the user that the entered ip is incorrect. More...
 
class  CustomExceptions::InvalidPort
 This is the class in charge of informing the user that the port is incorrect. More...
 
class  CustomExceptions::InvalidFontConfiguration
 This is the class in charge of informing the user that the font configuration they provided is incorrect. More...
 
class  CustomExceptions::InvalidMusicConfiguration
 This is the class in charge of informing the user that the music configuration they provided is incorrect. More...
 
class  CustomExceptions::InvalidSpriteConfiguration
 This is the class in charge of informing the user that the sprite configuration they provided is incorrect. More...
 
class  CustomExceptions::InvalidIconConfiguration
 This is the class in charge of informing the user that the icon configuration they provided is incorrect. More...
 
class  CustomExceptions::InvalidBackgroundConfiguration
 This is the class in charge of informing the user that the background configuration they provided is incorrect. More...
 
class  CustomExceptions::InvalidWindowWidth
 This is the class in charge of informing the user that the window width is invalid. More...
 
class  CustomExceptions::InvalidWindowX
 This is the class in charge of informing the user that the window x position is invalid. More...
 
class  CustomExceptions::InvalidWindowY
 This is the class in charge of informing the user that the window Y position is invalid. More...
 
class  CustomExceptions::InvalidWindowHeight
 This is the class in charge of informing the user that the window height is invalid. More...
 
class  CustomExceptions::InvalidFrameLimit
 This is the class in charge of informing the user that the window frame limit is invalid. More...
 
class  CustomExceptions::InvalidWidth
 This is the class in charge of raising the invalid width error informing the user that the width they provided is invalid. This class is meant to be a bit more generic so that this type of error can be raised by more than one party. More...
 
class  CustomExceptions::InvalidHeight
 This is the class in charge of raising the invalid height error informing the user that the height they provided is invalid. This class is meant to be a bit more generic so that this type of error can be raised by more than one party. More...
 
class  CustomExceptions::InvalidFontPath
 This is the class in charge of informing the user that the height they entered is invalid. More...
 
class  CustomExceptions::InvalidShape
 This is the class in charge of informing the user that they tried to display a non-existent or invalid shape. More...
 
class  CustomExceptions::InvalidType
 This is the class in charge of informing the user that they tried to display a non-existent or invalid component during the extraction of the content from std::any. More...
 
class  CustomExceptions::InvalidIndex
 This is the class in charge of informing the user that the index they provided is invalid. More...
 
class  CustomExceptions::InvalidDuration
 This is the class in charge of informing the user that the duration they provided is invalid. More...
 
class  CustomExceptions::InvalidTOML
 This is the class in charge of informing the user that the toml file they provided is invalid. More...
 
class  CustomExceptions::InvalidConfigurationSpritesheetType
 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...
 
class  CustomExceptions::InvalidConfigurationMusicType
 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...
 
class  CustomExceptions::InvalidConfigurationFontType
 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...
 
class  CustomExceptions::InvalidTOMLKeyType
 This is the class in charge of informing the user that the type of the toml key is not the one that was expected. More...
 

Namespaces

namespace  CustomExceptions
 

Detailed Description

File in charge of informing the user that they have tried to access an invalid component.

Definition in file Invalid.hpp.