IncompleteTypeException Class Reference

#include <ArmarXCore/observers/exceptions/local/InvalidDataFieldException.h>

+ Inheritance diagram for IncompleteTypeException:

Public Member Functions

 IncompleteTypeException (int typeId, const std::string &foundTypeStr)
 
std::string name () const override
 
 ~IncompleteTypeException () noexcept override
 

Public Attributes

std::string foundType
 
int typeId
 

Detailed Description

Definition at line 56 of file InvalidDataFieldException.h.

Constructor & Destructor Documentation

◆ IncompleteTypeException()

IncompleteTypeException ( int  typeId,
const std::string &  foundTypeStr 
)
inline

Definition at line 62 of file InvalidDataFieldException.h.

◆ ~IncompleteTypeException()

~IncompleteTypeException ( )
inlineoverridenoexcept

Definition at line 71 of file InvalidDataFieldException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 73 of file InvalidDataFieldException.h.

Member Data Documentation

◆ foundType

std::string foundType

Definition at line 60 of file InvalidDataFieldException.h.

◆ typeId

int typeId

Definition at line 59 of file InvalidDataFieldException.h.


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