nsnake
Classic snake game for the terminal
Loading...
Searching...
No Matches
ScoreFileException Class Reference

Custom exception class to specify an error that occurred during a level loading. More...

#include <ScoreFile.hpp>

Inheritance diagram for ScoreFileException:
Collaboration diagram for ScoreFileException:

Public Member Functions

 ScoreFileException (std::string message)
 

Public Attributes

std::string message
 

Detailed Description

Custom exception class to specify an error that occurred during a level loading.

Definition at line 13 of file ScoreFile.hpp.

Constructor & Destructor Documentation

◆ ScoreFileException()

ScoreFileException::ScoreFileException ( std::string message)
inline

Definition at line 16 of file ScoreFile.hpp.

◆ ~ScoreFileException()

ScoreFileException::~ScoreFileException ( )
throw ( )
inline

Definition at line 19 of file ScoreFile.hpp.

Member Data Documentation

◆ message

std::string ScoreFileException::message

Definition at line 22 of file ScoreFile.hpp.


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