|
Bomberman
|
exception used when an incompatibility occurs More...
#include <RayError.hpp>
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... | |
| NotCompatibleError & | operator= (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... | |
| RayError & | operator= (const RayError &)=default |
| A default assignment operator. More... | |
exception used when an incompatibility occurs
| RAY::Exception::NotCompatibleError::NotCompatibleError | ( | const std::string & | what | ) |
Create a new exception instance.
|
default |
A default destructor.
|
default |
An exception is copy constructable.
|
default |
A default assignment operator.
1.8.17