public interface ErrorWindowFactory
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isProductionMode()
Checks whether the application is in production mode.
|
void |
showError(ErrorDetails details)
Shows the error details on a new window.
|
void showError(ErrorDetails details)
details - the details of the error to be showndefault boolean isProductionMode()
Copyright © 2017–2023 Flowing Code. All rights reserved.