|
Indicates that the type name in a JSON object did not match the type of the passed C++ object. More...
#include <RobotAPI/components/ArViz/Introspection/exceptions.h>
Public Member Functions | |
TypeNameMismatch (const std::string &typeInJson, const std::string &typeOfObject) | |
Public Member Functions inherited from ArvizReflectionError | |
ArvizReflectionError (const std::string &msg) | |
Indicates that the type name in a JSON object did not match the type of the passed C++ object.
Definition at line 42 of file exceptions.h.
TypeNameMismatch | ( | const std::string & | typeInJson, |
const std::string & | typeOfObject | ||
) |
Definition at line 63 of file exceptions.cpp.