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

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

#include <Invalid.hpp>

Inheritance diagram for CustomExceptions::InvalidFontPath:
Inheritance graph
Collaboration diagram for CustomExceptions::InvalidFontPath:
Collaboration graph

Public Member Functions

 InvalidFontPath (const std::string &path="")
 Construct a new Invalid Font Path object.
 
 ~InvalidFontPath ()
 Destroy the Invalid Font Path object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that the height they entered is invalid.

Definition at line 458 of file Invalid.hpp.

Constructor & Destructor Documentation

◆ InvalidFontPath()

CustomExceptions::InvalidFontPath::InvalidFontPath ( const std::string & path = "")

Construct a new Invalid Font Path object.

Parameters
pathThe path of the font that was provided by the user.

Definition at line 310 of file Invalid.cpp.

◆ ~InvalidFontPath()

CustomExceptions::InvalidFontPath::~InvalidFontPath ( )

Destroy the Invalid Font Path object.

Definition at line 319 of file Invalid.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 321 of file Invalid.cpp.


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