TypeNameMismatch Class Reference

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>

+ Inheritance diagram for TypeNameMismatch:

Public Member Functions

 TypeNameMismatch (const std::string &typeInJson, const std::string &typeOfObject)
 
- Public Member Functions inherited from ArvizReflectionError
 ArvizReflectionError (const std::string &msg)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TypeNameMismatch()

TypeNameMismatch ( const std::string &  typeInJson,
const std::string &  typeOfObject 
)

Definition at line 63 of file exceptions.cpp.


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