Control Update Exception
constructor(message: String, controlKey: String, attemptedValue: String, cause: Throwable? = null)(source)
Parameters
message
human-readable description of the failure
control Key
the ControlIfc.keyName of the control that failed
attempted Value
the raw string value that triggered the failure
cause
the underlying exception (e.g. SerializationException), or null if there is none