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