ControlUpdateException

constructor(message: String, controlKey: String, attemptedValue: String, cause: Throwable? = null)(source)

Parameters

message

human-readable description of the failure

controlKey

the ControlIfc.keyName of the control that failed

attemptedValue

the raw string value that triggered the failure

cause

the underlying exception (e.g. SerializationException), or null if there is none