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

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

#include <RayError.hpp>

Inheritance diagram for RAY::Exception::NotSupportedError:
Collaboration diagram for RAY::Exception::NotSupportedError:

Public Member Functions

 NotSupportedError (const std::string &what="This operation is currently not supported")
 Create a new exception instance. More...
 
 ~NotSupportedError ()=default
 A default destructor. More...
 
 NotSupportedError (const NotSupportedError &)=default
 An exception is copy constructable. More...
 
NotSupportedErroroperator= (const NotSupportedError &)=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

◆ NotSupportedError() [1/2]

RAY::Exception::NotSupportedError::NotSupportedError ( const std::string &  what = "This operation is currently not supported")

Create a new exception instance.

◆ ~NotSupportedError()

RAY::Exception::NotSupportedError::~NotSupportedError ( )
default

A default destructor.

◆ NotSupportedError() [2/2]

RAY::Exception::NotSupportedError::NotSupportedError ( const NotSupportedError )
default

An exception is copy constructable.

Member Function Documentation

◆ operator=()

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

A default assignment operator.


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