@FunctionalInterface public interface ErrorEventObserver extends Serializable
com.vaadin.ui.Component implementing this interface will be informed when
ErrorManager handles an exception.| Modifier and Type | Method and Description |
|---|---|
void |
onError(ErrorEvent event)
Notifies when
ErrorManager handles an exception. |
void onError(ErrorEvent event)
ErrorManager handles an exception.event - error event with exception detailsCopyright © 2017–2023 Flowing Code. All rights reserved.