ParseIntegerError Class Reference

Indicates that a string could not be parsed as integer. More...

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

+ Inheritance diagram for ParseIntegerError:

Public Member Functions

 ParseIntegerError (std::string string, std::string semanticName)
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

static std::string makeMsg (std::string string, std::string semanticName)
 

Detailed Description

Indicates that a string could not be parsed as integer.

Definition at line 140 of file ArMemError.h.

Constructor & Destructor Documentation

◆ ParseIntegerError()

ParseIntegerError ( std::string  string,
std::string  semanticName 
)

Definition at line 141 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( std::string  string,
std::string  semanticName 
)
static

Definition at line 147 of file ArMemError.cpp.


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