Bomberman
Public Member Functions | List of all members
BBM::ParserError Class Reference

#include <Error.hpp>

Inheritance diagram for BBM::ParserError:
Collaboration diagram for BBM::ParserError:

Public Member Functions

 ParserError (const std::string &what)
 Create a new parser exception. More...
 
 ParserError (const ParserError &)=default
 A parser exception is copy constructable. More...
 
 ~ParserError () override=default
 A default destructor. More...
 
ParserErroroperator= (const ParserError &)=default
 A default assignment operator. More...
 
- Public Member Functions inherited from BBM::Error
 Error (const std::string &what)
 Create a new exception. More...
 
 Error (const Error &)=default
 An exception is copy constructable. More...
 
 ~Error () override=default
 A default destructor. More...
 
Erroroperator= (const Error &)=default
 A default assignment operator. More...
 

Constructor & Destructor Documentation

◆ ParserError() [1/2]

BBM::ParserError::ParserError ( const std::string &  what)
explicit

Create a new parser exception.

◆ ParserError() [2/2]

BBM::ParserError::ParserError ( const ParserError )
default

A parser exception is copy constructable.

◆ ~ParserError()

BBM::ParserError::~ParserError ( )
overridedefault

A default destructor.

Member Function Documentation

◆ operator=()

ParserError& BBM::ParserError::operator= ( const ParserError )
default

A default assignment operator.


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