|
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>
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 |
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.
|
inlinenoexcept |
Definition at line 45 of file UnmappedValueException.h.
|
inlineoverridenoexcept |
Definition at line 50 of file UnmappedValueException.h.
|
inlineoverride |
Definition at line 53 of file UnmappedValueException.h.
std::string invalidPropertyValue |
Definition at line 43 of file UnmappedValueException.h.
std::string propertyName |
Definition at line 42 of file UnmappedValueException.h.