PLaSK library
|
This is thrown if name is bad id. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
BadId (const std::string &where, const char *str_to_check) | |
Public Member Functions inherited from plask::Exception | |
Exception (const std::string &msg) | |
template<typename... T> | |
Exception (const std::string &msg, const T &... args) | |
Format error message using format. | |
Static Public Member Functions | |
static void | throwIfBad (const std::string &where, const char *str_to_check) |
static void | throwIfBad (const std::string &where, const std::string &str_to_check) |
This is thrown if name is bad id.
Definition at line 152 of file exceptions.hpp.
Definition at line 154 of file exceptions.hpp.
|
inlinestatic |
Definition at line 157 of file exceptions.hpp.
|
inlinestatic |
Definition at line 162 of file exceptions.hpp.