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

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

#include <Invalid.hpp>

Inheritance diagram for CustomExceptions::InvalidWindowHeight:
Inheritance graph
Collaboration diagram for CustomExceptions::InvalidWindowHeight:
Collaboration graph

Public Member Functions

 InvalidWindowHeight (const std::string &argument="")
 Construct a new Invalid Window Height object.
 
 ~InvalidWindowHeight ()
 Destroy the Invalid Window Height 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 height is invalid.

Definition at line 328 of file Invalid.hpp.

Constructor & Destructor Documentation

◆ InvalidWindowHeight()

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

Construct a new Invalid Window Height object.

Parameters
argumentThe height provided by the user.

Definition at line 220 of file Invalid.cpp.

◆ ~InvalidWindowHeight()

CustomExceptions::InvalidWindowHeight::~InvalidWindowHeight ( )

Destroy the Invalid Window Height object.

Definition at line 229 of file Invalid.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 231 of file Invalid.cpp.


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