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

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

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoCollision:
Inheritance graph
Collaboration diagram for CustomExceptions::NoCollision:
Collaboration graph

Public Member Functions

 NoCollision (const std::string &exceptionDetail="")
 Construct a new No Collision object.
 
 ~NoCollision ()
 Destroy the No Collision 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 collision class.

Definition at line 207 of file No.hpp.

Constructor & Destructor Documentation

◆ NoCollision()

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

Construct a new No Collision object.

Parameters
exceptionDetailA string allowing you to provide extra detail if required

Definition at line 120 of file No.cpp.

◆ ~NoCollision()

CustomExceptions::NoCollision::~NoCollision ( )

Destroy the No Collision object.

Definition at line 129 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 131 of file No.cpp.


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