|
|
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>
Inheritance diagram for ContainerEntryAlreadyExists:Public Member Functions | |
| ContainerEntryAlreadyExists (const std::string &existingTerm, const std::string &existingName, const std::string &ownTerm, const std::string &ownName) | |
Public Member Functions inherited from ArMemError | |
| ArMemError (const std::string &msg) | |
Static Public Member Functions | |
| static std::string | makeMsg (const std::string &existingTerm, const std::string &existingName, const std::string &ownTerm, const std::string &ownName) |
Indicates that a name in a given ID does not match a container's own name.
Definition at line 57 of file ArMemError.h.
| ContainerEntryAlreadyExists | ( | const std::string & | existingTerm, |
| const std::string & | existingName, | ||
| const std::string & | ownTerm, | ||
| const std::string & | ownName | ||
| ) |
Definition at line 60 of file ArMemError.cpp.
|
static |
Definition at line 69 of file ArMemError.cpp.