NoSuchEntries Class Reference

Indicates that an operation requiring at least one element to exist failed because there were no such entries. More...

#include <RobotAPI/libraries/armem/core/error/ArMemError.h>

+ Inheritance diagram for NoSuchEntries:

Public Member Functions

 NoSuchEntries (const std::string &missingTerm, const std::string &containerTerm, const MemoryID &containerID, const std::string &message="")
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

static std::string makeMsg (const std::string &missingTerm, const std::string &containerTerm, const MemoryID &containerID, const std::string &message="")
 

Detailed Description

Indicates that an operation requiring at least one element to exist failed because there were no such entries.

Definition at line 105 of file ArMemError.h.

Constructor & Destructor Documentation

◆ NoSuchEntries()

NoSuchEntries ( const std::string &  missingTerm,
const std::string &  containerTerm,
const MemoryID containerID,
const std::string &  message = "" 
)

Definition at line 102 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string &  missingTerm,
const std::string &  containerTerm,
const MemoryID containerID,
const std::string &  message = "" 
)
static

Definition at line 111 of file ArMemError.cpp.

+ Here is the call graph for this function:

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