Bomberman
Public Member Functions | List of all members
RAY::Exception::WrongInputError Class Reference

exception used when an non-supported operation is done More...

#include <RayError.hpp>

Inheritance diagram for RAY::Exception::WrongInputError:
Collaboration diagram for RAY::Exception::WrongInputError:

Public Member Functions

 WrongInputError (const std::string &what="The input can't be proceed")
 Create a new exception instance. More...
 
 ~WrongInputError () override=default
 A default destructor. More...
 
 WrongInputError (const WrongInputError &)=default
 An exception is copy constructable. More...
 
WrongInputErroroperator= (const WrongInputError &)=default
 A default assignment operator. More...
 
- Public Member Functions inherited from RAY::Exception::RayError
 RayError (const std::string &what)
 Create a new RAY exception. More...
 
 ~RayError ()=default
 A default destructor. More...
 
 RayError (const RayError &)=default
 A RAY exception is copy constructable. More...
 
RayErroroperator= (const RayError &)=default
 A default assignment operator. More...
 

Detailed Description

exception used when an non-supported operation is done

Constructor & Destructor Documentation

◆ WrongInputError() [1/2]

RAY::Exception::WrongInputError::WrongInputError ( const std::string &  what = "The input can't be proceed")
explicit

Create a new exception instance.

◆ ~WrongInputError()

RAY::Exception::WrongInputError::~WrongInputError ( )
overridedefault

A default destructor.

◆ WrongInputError() [2/2]

RAY::Exception::WrongInputError::WrongInputError ( const WrongInputError )
default

An exception is copy constructable.

Member Function Documentation

◆ operator=()

WrongInputError& RAY::Exception::WrongInputError::operator= ( const WrongInputError )
default

A default assignment operator.


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