| Modifier and Type | Method and Description |
|---|---|
void |
ErrorWindowFactory.showError(ErrorDetails details)
Shows the error details on a new window.
|
void |
DefaultErrorWindowFactory.showError(ErrorDetails details)
Displays the error details creating a new instance of
ErrorWindow. |
void |
I18nErrorWindowFactory.showError(ErrorDetails details)
Shows an error window with the given error details and internationalization support.
|
| Constructor and Description |
|---|
ErrorWindow(ErrorDetails errorDetails) |
ErrorWindow(ErrorDetails errorDetails,
boolean productionMode) |
ErrorWindow(ErrorDetails errorDetails,
ErrorWindowI18n i18n)
Constructs and initializes an ErrorWindow object with the supplied error details and internationalization.
|
Copyright © 2017–2023 Flowing Code. All rights reserved.