This is the class in charge of informing the user that they tried to render a non-existing text component.
More...
#include <No.hpp>
|
| NoRenderableText (const std::string &errorReason="") |
| Construct a new No Renderable Text object.
|
|
| ~NoRenderableText () |
| Destroy the No Renderable Text object.
|
|
const char * | what () const noexcept |
| Retrieves the error message.
|
|
This is the class in charge of informing the user that they tried to render a non-existing text component.
Definition at line 475 of file No.hpp.
◆ NoRenderableText()
CustomExceptions::NoRenderableText::NoRenderableText |
( |
const std::string & | errorReason = "" | ) |
|
Construct a new No Renderable Text object.
- Parameters
-
errorReason | The reason the error occured. |
Definition at line 268 of file No.cpp.
◆ ~NoRenderableText()
CustomExceptions::NoRenderableText::~NoRenderableText |
( |
| ) |
|
Destroy the No Renderable Text object.
Definition at line 277 of file No.cpp.
◆ what()
const char * CustomExceptions::NoRenderableText::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 279 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