InvalidTypeException Class Reference

#include <ArmarXCore/observers/exceptions/user/InvalidTypeException.h>

+ Inheritance diagram for InvalidTypeException:

Public Member Functions

std::string ice_id () const override
 
 InvalidTypeException (std::string typeId1, std::string typeId2, const std::string &infoString="")
 
 InvalidTypeException (VariantTypeId typeId1, VariantTypeId typeId2, const std::string &infoString="")
 
 ~InvalidTypeException () noexcept override
 

Detailed Description

Definition at line 35 of file InvalidTypeException.h.

Constructor & Destructor Documentation

◆ InvalidTypeException() [1/2]

InvalidTypeException ( VariantTypeId  typeId1,
VariantTypeId  typeId2,
const std::string &  infoString = "" 
)
inline

Definition at line 39 of file InvalidTypeException.h.

+ Here is the call graph for this function:

◆ InvalidTypeException() [2/2]

InvalidTypeException ( std::string  typeId1,
std::string  typeId2,
const std::string &  infoString = "" 
)
inline

Definition at line 49 of file InvalidTypeException.h.

◆ ~InvalidTypeException()

~InvalidTypeException ( )
inlineoverridenoexcept

Definition at line 60 of file InvalidTypeException.h.

Member Function Documentation

◆ ice_id()

std::string ice_id ( ) const
inlineoverride

Definition at line 62 of file InvalidTypeException.h.


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