This is the class in charge of informing the user that there are no frames for the animation.
More...
#include <No.hpp>
|
| NoAnimationFrames (const std::string &exceptionDetail="") |
| Construct a new No Animation Frames object.
|
|
| ~NoAnimationFrames () |
| Destroy the No Animation Frames object.
|
|
const char * | what () const noexcept |
| Retrieves the error message.
|
|
This is the class in charge of informing the user that there are no frames for the animation.
Definition at line 268 of file No.hpp.
◆ NoAnimationFrames()
CustomExceptions::NoAnimationFrames::NoAnimationFrames |
( |
const std::string & | exceptionDetail = "" | ) |
|
Construct a new No Animation Frames object.
- Parameters
-
exceptionDetail | A string to allow you to provide extra detail if required. |
Definition at line 152 of file No.cpp.
◆ ~NoAnimationFrames()
CustomExceptions::NoAnimationFrames::~NoAnimationFrames |
( |
| ) |
|
Destroy the No Animation Frames object.
Definition at line 161 of file No.cpp.
◆ what()
const char * CustomExceptions::NoAnimationFrames::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 163 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