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

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

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoBackground:
Inheritance graph
Collaboration diagram for CustomExceptions::NoBackground:
Collaboration graph

Public Member Functions

 NoBackground (const std::string &exceptionDetail="")
 Construct a new No Sprite Sheet object.
 
 ~NoBackground ()
 Destroy the No Sprite Sheet 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 background.

Definition at line 177 of file No.hpp.

Constructor & Destructor Documentation

◆ NoBackground()

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

Construct a new No Sprite Sheet object.

Parameters
exceptionDetailA string allowing you to provide extra detail if required

Definition at line 102 of file No.cpp.

◆ ~NoBackground()

CustomExceptions::NoBackground::~NoBackground ( )

Destroy the No Sprite Sheet object.

Definition at line 113 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 115 of file No.cpp.


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