Uses of Interface
com.vaadin.flow.data.binder.BindingExceptionHandler
Packages that use BindingExceptionHandler
-
Uses of BindingExceptionHandler in com.vaadin.flow.data.binder
Classes in com.vaadin.flow.data.binder that implement BindingExceptionHandlerMethods in com.vaadin.flow.data.binder that return BindingExceptionHandlerModifier and TypeMethodDescriptionBinder.getBindingExceptionHandler()Gets the current exception handler.Methods in com.vaadin.flow.data.binder with parameters of type BindingExceptionHandlerModifier and TypeMethodDescriptionvoidBinder.setBindingExceptionHandler(BindingExceptionHandler handler) Sets ahandlerto customize theRuntimeExceptionthrown by delegates (likeSetter,ValueProvider,HasValue) used insideBinderto be able to identify the bound field.