| Package | Description |
|---|---|
| com.vaadin.flow.data.binder |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBindingExceptionHandler
Default implementation of
BindingExceptionHandler. |
| Modifier and Type | Method and Description |
|---|---|
BindingExceptionHandler |
Binder.getBindingExceptionHandler()
Gets the current exception handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binder.setBindingExceptionHandler(BindingExceptionHandler handler)
Sets a
handler to customize the RuntimeException thrown
by delegates (like Setter, ValueProvider,
HasValue) used inside Binder to be able to identify the
bound field. |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.