OutOfRange

constructor(path: String, raw: Number, min: Double, max: Double, fellBackTo: Any? = null)

Parameters

path

Dot-separated field path.

raw

The numeric value that was out of range.

min

Lower bound (inclusive).

max

Upper bound (inclusive).

fellBackTo

The default value used as a fallback, or null if no fallback was available.