R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::InvalidWindowX Class Reference

This is the class in charge of informing the user that the window x position is invalid. More...

#include <Invalid.hpp>

Inheritance diagram for CustomExceptions::InvalidWindowX:
Inheritance graph
Collaboration diagram for CustomExceptions::InvalidWindowX:
Collaboration graph

Public Member Functions

 InvalidWindowX (const std::string &argument="")
 Construct a new Invalid Window X position object.
 
 ~InvalidWindowX ()
 Destroy the Invalid Window X position object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that the window x position is invalid.

Definition at line 270 of file Invalid.hpp.

Constructor & Destructor Documentation

◆ InvalidWindowX()

CustomExceptions::InvalidWindowX::InvalidWindowX ( const std::string & argument = "")

Construct a new Invalid Window X position object.

Parameters
argumentThe width provided by the user.

Definition at line 188 of file Invalid.cpp.

◆ ~InvalidWindowX()

CustomExceptions::InvalidWindowX::~InvalidWindowX ( )

Destroy the Invalid Window X position object.

Definition at line 197 of file Invalid.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::InvalidWindowX::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 199 of file Invalid.cpp.


The documentation for this class was generated from the following files: