|
Bomberman
|
exception used when an non-supported operation is done More...
#include <RayError.hpp>
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... | |
| NotSupportedError & | operator= (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... | |
| RayError & | operator= (const RayError &)=default |
| A default assignment operator. More... | |
exception used when an non-supported operation is done
| RAY::Exception::NotSupportedError::NotSupportedError | ( | const std::string & | what = "This operation is currently not supported" | ) |
Create a new exception instance.
|
default |
A default destructor.
|
default |
An exception is copy constructable.
|
default |
A default assignment operator.
1.8.17