|
|
Indicates that a memory ID is invalid, e.g. More...
#include <RobotAPI/libraries/armem/core/error/ArMemError.h>
Inheritance diagram for InvalidMemoryID:Public Member Functions | |
| InvalidMemoryID (const MemoryID &id, const std::string &message) | |
Public Member Functions inherited from ArMemError | |
| ArMemError (const std::string &msg) | |
Static Public Member Functions | |
| static std::string | makeMsg (const MemoryID &id, const std::string &message) |
Indicates that a memory ID is invalid, e.g.
does not contain necessary information.
Definition at line 151 of file ArMemError.h.
| InvalidMemoryID | ( | const MemoryID & | id, |
| const std::string & | message | ||
| ) |
Definition at line 154 of file ArMemError.cpp.
|
static |