#include <exception.h>
|
static void | check (const bool condition, const std::string &message) |
|
Definition at line 70 of file exception.h.
◆ InvalidArgument() [1/2]
template<typename datatype >
Beatmup::InvalidArgument::InvalidArgument |
( |
const char * |
message, |
|
|
const datatype |
value |
|
) |
| |
|
inlineprotected |
Definition at line 72 of file exception.h.
Exception(const char *message)
◆ InvalidArgument() [2/2]
Beatmup::InvalidArgument::InvalidArgument |
( |
const std::string & |
message | ) |
|
|
inline |
◆ check()
static void Beatmup::InvalidArgument::check |
( |
const bool |
condition, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
Definition at line 75 of file exception.h.
InvalidArgument(const char *message, const datatype value)
The documentation for this class was generated from the following file: