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

This is the class in charge of informing the user that they tried to access a non-existant Icon. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoIcon:
Inheritance graph
Collaboration diagram for CustomExceptions::NoIcon:
Collaboration graph

Public Member Functions

 NoIcon (const std::string &exceptionDetail="")
 Construct a new No Sprite Sheet object.
 
 ~NoIcon ()
 Destroy the No Sprite Sheet object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that they tried to access a non-existant Icon.

Definition at line 147 of file No.hpp.

Constructor & Destructor Documentation

◆ NoIcon()

CustomExceptions::NoIcon::NoIcon ( const std::string & exceptionDetail = "")

Construct a new No Sprite Sheet object.

Parameters
exceptionDetailA string allowing you to provide extra detail if required

Definition at line 84 of file No.cpp.

◆ ~NoIcon()

CustomExceptions::NoIcon::~NoIcon ( )

Destroy the No Sprite Sheet object.

Definition at line 95 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 97 of file No.cpp.


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