| Interface | Description |
|---|---|
| ErrorEventObserver |
Any
com.vaadin.ui.Component implementing this interface will be informed when
ErrorManager handles an exception. |
| ErrorWindowFactory |
A factory interface for creating error windows.
|
| Class | Description |
|---|---|
| DefaultErrorWindowFactory |
Default implementation of
ErrorWindowFactory. |
| ErrorDetails |
Encapsulates error details, including the throwable object and the cause of the error.
|
| ErrorEvent |
Event object with a exception trace.
|
| ErrorManager |
Manages errors and displays error messages through different ErrorWindowFactory implementations.
|
| ErrorView |
View used to display an error message when navigation fails due to an exception.
|
| ErrorWindow |
Component to visualize an error, caused by an exception, as a modal sub-window.
|
| ErrorWindowI18n |
Internationalization object for customizing the component UI texts.
|
| I18nErrorWindowFactory |
A factory class to create an error window with internationalization support.
|
| VaadinServiceInitListenerImpl |
Implementation of
VaadinServiceInitListener interface. |
Copyright © 2017–2023 Flowing Code. All rights reserved.