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

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

#include <Invalid.hpp>

Inheritance diagram for CustomExceptions::InvalidWindowY:
Inheritance graph
Collaboration diagram for CustomExceptions::InvalidWindowY:
Collaboration graph

Public Member Functions

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

Definition at line 299 of file Invalid.hpp.

Constructor & Destructor Documentation

◆ InvalidWindowY()

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

Construct a new Invalid Window Width object.

Parameters
argumentThe Y position provided by the user.

Definition at line 204 of file Invalid.cpp.

◆ ~InvalidWindowY()

CustomExceptions::InvalidWindowY::~InvalidWindowY ( )

Destroy the Invalid Window Width object.

Definition at line 213 of file Invalid.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 215 of file Invalid.cpp.


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