|
Indicates that a string could not be parsed as integer. More...
#include <RobotAPI/libraries/armem/core/error/ArMemError.h>
Public Member Functions | |
ParseIntegerError (std::string string, std::string semanticName) | |
Public Member Functions inherited from ArMemError | |
ArMemError (const std::string &msg) | |
Static Public Member Functions | |
static std::string | makeMsg (std::string string, std::string semanticName) |
Indicates that a string could not be parsed as integer.
Definition at line 140 of file ArMemError.h.
ParseIntegerError | ( | std::string | string, |
std::string | semanticName | ||
) |
Definition at line 141 of file ArMemError.cpp.
|
static |
Definition at line 147 of file ArMemError.cpp.