This is the class in charge of informing the user that they tried to access a non-existant animation class.
More...
#include <No.hpp>
|
| NoSprite (const std::string &exceptionDetail="") |
| Construct a new No Sprite object.
|
|
| ~NoSprite () |
| Destroy the No Sprite 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 animation class.
Definition at line 298 of file No.hpp.
◆ NoSprite()
CustomExceptions::NoSprite::NoSprite |
( |
const std::string & | exceptionDetail = "" | ) |
|
Construct a new No Sprite object.
- Parameters
-
exceptionDetail | A string allowing you to provide extra detail if required. |
Definition at line 168 of file No.cpp.
◆ ~NoSprite()
CustomExceptions::NoSprite::~NoSprite |
( |
| ) |
|
Destroy the No Sprite object.
Definition at line 177 of file No.cpp.
◆ what()
const char * CustomExceptions::NoSprite::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 179 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