BindingCastException<T, K> constructor

BindingCastException<T, K>(
  1. ReactiveFormField<T, K> field,
  2. Object control
)

Constructs the instance of the exception.

The Arguments field and control must not be null.

Implementation

BindingCastException(this.field, this.control);