MissingData Class Reference

Indicates that a container did have an entry, but the entry's data was null when trying to access it. More...

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

+ Inheritance diagram for MissingData:

Public Member Functions

 MissingData (const std::string &missingTerm, const std::string &missingName, 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 &missingTerm, const std::string &missingName, const std::string &ownTerm, const std::string &ownName)
 

Detailed Description

Indicates that a container did have an entry, but the entry's data was null when trying to access it.

Definition at line 123 of file ArMemError.h.

Constructor & Destructor Documentation

◆ MissingData()

MissingData ( const std::string & missingTerm,
const std::string & missingName,
const std::string & ownTerm,
const std::string & ownName )

Definition at line 121 of file ArMemError.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string & missingTerm,
const std::string & missingName,
const std::string & ownTerm,
const std::string & ownName )
static

Definition at line 130 of file ArMemError.cpp.

+ Here is the caller graph for this function:

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