|
This exception is thrown if a value is out of a specified or allowed range. More...
#include <ArmarXCore/core/exceptions/local/ValueRangeExceededException.h>
Public Member Functions | |
std::string | name () const override |
ValueRangeExceededException (std::string propertyName, double min, double max, double value) | |
~ValueRangeExceededException () noexcept override | |
This exception is thrown if a value is out of a specified or allowed range.
Definition at line 39 of file ValueRangeExceededException.h.
|
inline |
Definition at line 43 of file ValueRangeExceededException.h.
|
inlineoverridenoexcept |
Definition at line 51 of file ValueRangeExceededException.h.
|
inlineoverride |
Definition at line 54 of file ValueRangeExceededException.h.