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

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

#include <BoardParser.hpp>

Inheritance diagram for BoardParserException:
Collaboration diagram for BoardParserException:

Public Member Functions

 BoardParserException (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 12 of file BoardParser.hpp.

Constructor & Destructor Documentation

◆ BoardParserException()

BoardParserException::BoardParserException ( std::string message)
inline

Definition at line 15 of file BoardParser.hpp.

◆ ~BoardParserException()

BoardParserException::~BoardParserException ( )
throw ( )
inline

Definition at line 18 of file BoardParser.hpp.

Member Data Documentation

◆ message

std::string BoardParserException::message

Definition at line 21 of file BoardParser.hpp.


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