Exception thrown when a required input of an AbstractTask was not assigned prior to the task execution.
More...
#include <exception.h>
|
static void | check (const void *pointer, const char *which) |
|
Exception thrown when a required input of an AbstractTask was not assigned prior to the task execution.
Definition at line 111 of file exception.h.
◆ NullTaskInput()
Beatmup::NullTaskInput::NullTaskInput |
( |
const char * |
which | ) |
|
|
inline |
Definition at line 113 of file exception.h.
113 :
Exception(
"Task input is not set: %s", which) {}
Exception(const char *message)
◆ check()
static void Beatmup::NullTaskInput::check |
( |
const void * |
pointer, |
|
|
const char * |
which |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: