Interface ErrorEventObserver
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Any
com.vaadin.ui.Component implementing this interface will be informed when
ErrorManager handles an exception.-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(ErrorEvent event) Notifies whenErrorManagerhandles an exception.
-
Method Details
-
onError
Notifies whenErrorManagerhandles an exception.- Parameters:
event- error event with exception details
-