InvalidPropertyValueException Class Reference

This exception is thrown if an invalid value was specified for a property. More...

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

+ Inheritance diagram for InvalidPropertyValueException:

Public Member Functions

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

Public Attributes

std::string invalidPropertyValue
 
std::string propertyName
 

Detailed Description

This exception is thrown if an invalid value was specified for a property.

Definition at line 38 of file InvalidPropertyValueException.h.

Constructor & Destructor Documentation

◆ InvalidPropertyValueException()

InvalidPropertyValueException ( std::string  propertyName,
std::string  invalidPropertyValue 
)
inline

Definition at line 44 of file InvalidPropertyValueException.h.

◆ ~InvalidPropertyValueException()

~InvalidPropertyValueException ( )
inlineoverridenoexcept

Definition at line 49 of file InvalidPropertyValueException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 52 of file InvalidPropertyValueException.h.

Member Data Documentation

◆ invalidPropertyValue

std::string invalidPropertyValue

Definition at line 42 of file InvalidPropertyValueException.h.

◆ propertyName

std::string propertyName

Definition at line 41 of file InvalidPropertyValueException.h.


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