BindingCastException<T, K> constructor
BindingCastException<T, K> (
- ReactiveFormField<
T, K> field, - Object control
Constructs the instance of the exception.
The Arguments field and control must not be null.
Implementation
BindingCastException(this.field, this.control);