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

This is the class in charge of informing the user that they tried to access a non-existant animation class. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoAnimation:
Inheritance graph
Collaboration diagram for CustomExceptions::NoAnimation:
Collaboration graph

Public Member Functions

 NoAnimation (const std::string &exceptionDetail="")
 Construct a new No Animation object.
 
 ~NoAnimation ()
 Destroy the No Animation object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that they tried to access a non-existant animation class.

Definition at line 238 of file No.hpp.

Constructor & Destructor Documentation

◆ NoAnimation()

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

Construct a new No Animation object.

Parameters
exceptionDetailA string allowing you to provide extra detail if required.

Definition at line 136 of file No.cpp.

◆ ~NoAnimation()

CustomExceptions::NoAnimation::~NoAnimation ( )

Destroy the No Animation object.

Definition at line 145 of file No.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::NoAnimation::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 147 of file No.cpp.


The documentation for this class was generated from the following files: