Custom exception class for scheduler-related errors.
More...
#include <SchedulerContainer.hpp>
|
| std::string | msg |
| | The error message associated with the exception.
|
Custom exception class for scheduler-related errors.
- Todo
- Put this in Exception folder.
◆ SchedulerError()
| Engine::SchedulerError::SchedulerError |
( |
const std::string & | message | ) |
|
|
inlineexplicit |
Constructor for SchedulerError.
- Parameters
-
| message | The error message to be included in the exception. |
◆ what()
| const char * Engine::SchedulerError::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlineoverride |
Gets the error message.
- Returns
- The error message as a C-style string.
◆ msg
| std::string Engine::SchedulerError::msg |
|
private |
The error message associated with the exception.
The documentation for this class was generated from the following file: