ContainerNameMismatch Class Reference

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 ContainerNameMismatch:

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)
 

Detailed Description

Indicates that a name in a given ID does not match a container's own name.

Definition at line 42 of file ArMemError.h.

Constructor & Destructor Documentation

◆ ContainerNameMismatch()

ContainerNameMismatch ( const std::string &  gottenName,
const std::string &  containerTerm,
const std::string &  containerName 
)

Definition at line 42 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string &  gottenName,
const std::string &  containerTerm,
const std::string &  containerName 
)
static

Definition at line 50 of file ArMemError.cpp.


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