|
|
This exception is thrown if a property marked as required has not been specified. More...
#include <ArmarXCore/core/exceptions/local/MissingRequiredPropertyException.h>
Inheritance diagram for MissingRequiredPropertyException:Public Member Functions | |
| MissingRequiredPropertyException (std::string propertyName, Ice::PropertiesPtr const &properties) | |
| std::string | name () const override |
| ~MissingRequiredPropertyException () noexcept override | |
Public Attributes | |
| std::string | propertyName |
This exception is thrown if a property marked as required has not been specified.
Definition at line 48 of file MissingRequiredPropertyException.h.
| MissingRequiredPropertyException | ( | std::string | propertyName, |
| Ice::PropertiesPtr const & | properties | ||
| ) |
Definition at line 31 of file UnexpectedEnumValueException.cpp.
Here is the call graph for this function:
|
inlineoverridenoexcept |
Definition at line 56 of file MissingRequiredPropertyException.h.
|
inlineoverride |
Definition at line 61 of file MissingRequiredPropertyException.h.
| std::string propertyName |
Definition at line 51 of file MissingRequiredPropertyException.h.