UnmappedValueException Class Reference

This exception is thrown if a value specified for a property is not found in the property mapping PropertyMapper. More...

#include <ArmarXCore/core/exceptions/local/UnmappedValueException.h>

+ Inheritance diagram for UnmappedValueException:

Public Member Functions

std::string name () const override
 
 UnmappedValueException (std::string propertyName, std::string invalidPropertyValue) noexcept
 
 ~UnmappedValueException () noexcept override
 

Public Attributes

std::string invalidPropertyValue
 
std::string propertyName
 

Detailed Description

This exception is thrown if a value specified for a property is not found in the property mapping PropertyMapper.

Definition at line 39 of file UnmappedValueException.h.

Constructor & Destructor Documentation

◆ UnmappedValueException()

UnmappedValueException ( std::string  propertyName,
std::string  invalidPropertyValue 
)
inlinenoexcept

Definition at line 45 of file UnmappedValueException.h.

◆ ~UnmappedValueException()

~UnmappedValueException ( )
inlineoverridenoexcept

Definition at line 50 of file UnmappedValueException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 53 of file UnmappedValueException.h.

Member Data Documentation

◆ invalidPropertyValue

std::string invalidPropertyValue

Definition at line 43 of file UnmappedValueException.h.

◆ propertyName

std::string propertyName

Definition at line 42 of file UnmappedValueException.h.


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