InvalidMemoryID Class Reference

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)
 

Detailed Description

Indicates that a memory ID is invalid, e.g.

does not contain necessary information.

Definition at line 151 of file ArMemError.h.

Constructor & Destructor Documentation

◆ InvalidMemoryID()

InvalidMemoryID ( const MemoryID id,
const std::string &  message 
)

Definition at line 154 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const MemoryID id,
const std::string &  message 
)
static

Definition at line 160 of file ArMemError.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: