R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoAnimationFrames Class Reference

This is the class in charge of informing the user that there are no frames for the animation. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoAnimationFrames:
Inheritance graph
Collaboration diagram for CustomExceptions::NoAnimationFrames:
Collaboration graph

Public Member Functions

 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NoAnimationFrames()

CustomExceptions::NoAnimationFrames::NoAnimationFrames ( const std::string & exceptionDetail = "")

Construct a new No Animation Frames object.

Parameters
exceptionDetailA 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.

Member Function Documentation

◆ 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: