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

File in charge of informing the user that there isn't the element they tried to access. More...

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

Go to the source code of this file.

Data Structures

class  CustomExceptions::NoFlagParameter
 This is the class in charge of informing the user was supposed to pass a parameter along with the flag. More...
 
class  CustomExceptions::NoWindow
 This is the class in charge of informing the user that they tried to access a non-existant window. More...
 
class  CustomExceptions::NoEventManager
 This is the class in charge of informing the user that they tried to access a non-existant Event Manager. More...
 
class  CustomExceptions::NoSpriteSheet
 This is the class in charge of informing the user that they tried to access a non-existant spritesheet. More...
 
class  CustomExceptions::NoIcon
 This is the class in charge of informing the user that they tried to access a non-existant Icon. More...
 
class  CustomExceptions::NoBackground
 This is the class in charge of informing the user that they tried to access a non-existant background. More...
 
class  CustomExceptions::NoCollision
 This is the class in charge of informing the user that they tried to access a non-existant collision class. More...
 
class  CustomExceptions::NoAnimation
 This is the class in charge of informing the user that they tried to access a non-existant animation class. More...
 
class  CustomExceptions::NoAnimationFrames
 This is the class in charge of informing the user that there are no frames for the animation. More...
 
class  CustomExceptions::NoSprite
 This is the class in charge of informing the user that they tried to access a non-existant animation class. More...
 
class  CustomExceptions::NoButton
 This is the class in charge of informing the user that they tried to access a non-existant Button class. More...
 
class  CustomExceptions::NoFont
 This is the class in charge of informing the user that they tried to access a non-existant font instance. More...
 
class  CustomExceptions::NoColour
 This is the class in charge of informing the user that they tried to access a non-existant colour instance. More...
 
class  CustomExceptions::NoText
 This is the class in charge of informing the user that they tried to access a non-existant text instance. More...
 
class  CustomExceptions::NoTexture
 This is the class in charge of informing the user that they tried to access a non-existant texture instance. More...
 
class  CustomExceptions::NoRenderableText
 This is the class in charge of informing the user that they tried to render a non-existing text component. More...
 
class  CustomExceptions::NoRenderableShape
 This is the class in charge of informing the user that they tried to render a non-existing Shape component. More...
 
class  CustomExceptions::NoRenderableImage
 This is the class in charge of informing the user that they tried to render a non-existing Image component. More...
 
class  CustomExceptions::NoRenderableSprite
 This is the class in charge of informing the user that they tried to render a non-existing Sprite component. More...
 
class  CustomExceptions::NoRenderableButton
 This is the class in charge of informing the user that they tried to render a non-existing Button component. More...
 
class  CustomExceptions::NoTitleFontConfiguration
 This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text when it is a title. More...
 
class  CustomExceptions::NoBodyFontConfiguration
 This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text when it is a body. More...
 
class  CustomExceptions::NoDefaultFontConfiguration
 This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text when it is not a title nor a body. More...
 
class  CustomExceptions::NoButtonFontConfiguration
 This is the class in charge of informing the user that there is no configuration for the font in charge of displaying text that will help display icon's in the buttons. More...
 
class  CustomExceptions::NoTOML
 This is the class in charge of informing the user that they tried to access a non-existant toml instance. More...
 
class  CustomExceptions::NoTOMLKey
 This is the class in charge of informing the user that they tried to access a non-existant toml key instance. More...
 
class  CustomExceptions::NoSpritesInConfigFile
 This is the class in charge of informing the user that the program could not find the sprite section in the configuration file. More...
 
class  CustomExceptions::NoMusicInConfigFile
 This is the class in charge of informing the user that the program could not find the music section in the configuration file. More...
 
class  CustomExceptions::NoFontInConfigFile
 This is the class in charge of informing the user that the program could not find the font section in the configuration file. More...
 
class  CustomExceptions::NoIconInConfigFile
 This is the class in charge of informing the user that the program could not find the Icon section in the configuration file. More...
 
class  CustomExceptions::NoBackgroundInConfigFile
 This is the class in charge of informing the user that the program could not find the Background section in the configuration file. More...
 
class  CustomExceptions::NoActiveNetworkThread
 This is the class in charge of informing the user that the program could not find any active threads that manage the network. More...
 
class  CustomExceptions::NoNetworkClass
 This is the class in charge of informing the user that the program could not find any network class instance. More...
 

Namespaces

namespace  CustomExceptions
 

Detailed Description

File in charge of informing the user that there isn't the element they tried to access.

Definition in file No.hpp.