The base exception class for the Alchemy library.
More...
#include <exception.hxx>
The base exception class for the Alchemy library.
◆ Exception() [1/3]
Alchemy::Exception::Exception |
( |
const std::string & |
message | ) |
|
Constructor.
- Parameters
-
message | The message of the exception. |
◆ Exception() [2/3]
Alchemy::Exception::Exception |
( |
const Exception & |
other | ) |
|
|
default |
Copy constructor.
- Parameters
-
◆ Exception() [3/3]
Alchemy::Exception::Exception |
( |
Exception && |
other | ) |
|
|
defaultnoexcept |
Move constructor.
- Parameters
-
◆ operator=() [1/2]
Copy assignment operator.
- Parameters
-
- Returns
- A reference to this object.
◆ operator=() [2/2]
Move assignment operator.
- Parameters
-
- Returns
- A reference to this object.
The documentation for this class was generated from the following file:
- /home/runner/work/Alchemy/Alchemy/lib/public/Alchemy/exception.hxx