InvalidArgument Class Reference

Indicates that an argument was invalid. More...

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

+ Inheritance diagram for InvalidArgument:

Public Member Functions

 InvalidArgument (const std::string &argument, const std::string &function, 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 &argument, const std::string &function, const std::string &message)
 

Detailed Description

Indicates that an argument was invalid.

Definition at line 27 of file ArMemError.h.

Constructor & Destructor Documentation

◆ InvalidArgument()

InvalidArgument ( const std::string &  argument,
const std::string &  function,
const std::string &  message 
)

Definition at line 17 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string &  argument,
const std::string &  function,
const std::string &  message 
)
static

Definition at line 25 of file ArMemError.cpp.

+ Here is the call graph for this function:

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