MissingRequiredPropertyException Class Reference

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
 

Detailed Description

This exception is thrown if a property marked as required has not been specified.

Definition at line 48 of file MissingRequiredPropertyException.h.

Constructor & Destructor Documentation

◆ MissingRequiredPropertyException()

MissingRequiredPropertyException ( std::string  propertyName,
Ice::PropertiesPtr const &  properties 
)

Definition at line 27 of file UnexpectedEnumValueException.cpp.

+ Here is the call graph for this function:

◆ ~MissingRequiredPropertyException()

~MissingRequiredPropertyException ( )
inlineoverridenoexcept

Definition at line 55 of file MissingRequiredPropertyException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 58 of file MissingRequiredPropertyException.h.

Member Data Documentation

◆ propertyName

std::string propertyName

Definition at line 51 of file MissingRequiredPropertyException.h.


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