This is the class in charge of informing the user that they tried to access a non-existant Icon.
More...
#include <No.hpp>
|
| 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.
|
|
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.
◆ NoIcon()
CustomExceptions::NoIcon::NoIcon |
( |
const std::string & | exceptionDetail = "" | ) |
|
Construct a new No Sprite Sheet object.
- Parameters
-
exceptionDetail | A 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.
◆ 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:
- gui/include/CustomExceptions/No.hpp
- gui/src/CustomExceptions/No.cpp