ValueRangeExceededException Class Reference

This exception is thrown if a value is out of a specified or allowed range. More...

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

+ Inheritance diagram for ValueRangeExceededException:

Public Member Functions

std::string name () const override
 
 ValueRangeExceededException (std::string propertyName, double min, double max, double value)
 
 ~ValueRangeExceededException () noexcept override
 

Detailed Description

This exception is thrown if a value is out of a specified or allowed range.

Definition at line 39 of file ValueRangeExceededException.h.

Constructor & Destructor Documentation

◆ ValueRangeExceededException()

ValueRangeExceededException ( std::string  propertyName,
double  min,
double  max,
double  value 
)
inline

Definition at line 43 of file ValueRangeExceededException.h.

+ Here is the call graph for this function:

◆ ~ValueRangeExceededException()

~ValueRangeExceededException ( )
inlineoverridenoexcept

Definition at line 51 of file ValueRangeExceededException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 54 of file ValueRangeExceededException.h.


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