UnsupportedTypeException Class Reference

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

+ Inheritance diagram for UnsupportedTypeException:

Public Member Functions

std::string ice_id () const override
 
 UnsupportedTypeException (const std::string &typeId, const std::string &infoString="")
 
 UnsupportedTypeException (VariantTypeId typeId, const std::string &infoString="")
 
 ~UnsupportedTypeException () noexcept override
 

Detailed Description

Definition at line 67 of file InvalidTypeException.h.

Constructor & Destructor Documentation

◆ UnsupportedTypeException() [1/2]

UnsupportedTypeException ( VariantTypeId  typeId,
const std::string &  infoString = "" 
)
inline

Definition at line 70 of file InvalidTypeException.h.

+ Here is the call graph for this function:

◆ UnsupportedTypeException() [2/2]

UnsupportedTypeException ( const std::string &  typeId,
const std::string &  infoString = "" 
)
inline

Definition at line 80 of file InvalidTypeException.h.

◆ ~UnsupportedTypeException()

~UnsupportedTypeException ( )
inlineoverridenoexcept

Definition at line 91 of file InvalidTypeException.h.

Member Function Documentation

◆ ice_id()

std::string ice_id ( ) const
inlineoverride

Definition at line 93 of file InvalidTypeException.h.


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