InvalidConfigurationPropertyValueException

constructor(name: String, value: Any, reason: String)

Creates a new instance for the specified property name and value, including a reason why the value is invalid.

Parameters

name

the name of the property in canonical format

value

the value of the property, can be null

reason

a human-readable text that describes why the reason is invalid.Starts with an upper-case and ends with a dot. Several sentences and carriagereturns are allowed.