klyn.data.UnboundParameterException.UnboundParameterException
constructor
public UnboundParameterException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = UnboundParameterException("minimumTotal is unbound")
assert error.message == "minimumTotal is unbound"