|
Indicates that a name in a given ID does not match a container's own name. More...
#include <RobotAPI/libraries/armem/core/error/ArMemError.h>
Public Member Functions | |
ContainerNameMismatch (const std::string &gottenName, const std::string &containerTerm, const std::string &containerName) | |
Public Member Functions inherited from ArMemError | |
ArMemError (const std::string &msg) | |
Static Public Member Functions | |
static std::string | makeMsg (const std::string &gottenName, const std::string &containerTerm, const std::string &containerName) |
Indicates that a name in a given ID does not match a container's own name.
Definition at line 42 of file ArMemError.h.
ContainerNameMismatch | ( | const std::string & | gottenName, |
const std::string & | containerTerm, | ||
const std::string & | containerName | ||
) |
Definition at line 42 of file ArMemError.cpp.
|
static |
Definition at line 50 of file ArMemError.cpp.