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

exception used when an incompatibility occurs More...

#include <RayError.hpp>

Inheritance diagram for RAY::Exception::NotCompatibleError:
Collaboration diagram for RAY::Exception::NotCompatibleError:

Public Member Functions

 NotCompatibleError (const std::string &what)
 Create a new exception instance. More...
 
 ~NotCompatibleError ()=default
 A default destructor. More...
 
 NotCompatibleError (const NotCompatibleError &)=default
 An exception is copy constructable. More...
 
NotCompatibleErroroperator= (const NotCompatibleError &)=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 incompatibility occurs

Constructor & Destructor Documentation

◆ NotCompatibleError() [1/2]

RAY::Exception::NotCompatibleError::NotCompatibleError ( const std::string &  what)

Create a new exception instance.

◆ ~NotCompatibleError()

RAY::Exception::NotCompatibleError::~NotCompatibleError ( )
default

A default destructor.

◆ NotCompatibleError() [2/2]

RAY::Exception::NotCompatibleError::NotCompatibleError ( const NotCompatibleError )
default

An exception is copy constructable.

Member Function Documentation

◆ operator=()

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

A default assignment operator.


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