Interface ErrorWindowFactory
- All Known Implementing Classes:
DefaultErrorWindowFactory,I18nErrorWindowFactory
public interface ErrorWindowFactory
A factory interface for creating error windows.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanChecks whether the application is in production mode.voidshowError(ErrorDetails details) Shows the error details on a new window.
-
Method Details
-
showError
Shows the error details on a new window.- Parameters:
details- the details of the error to be shown
-
isProductionMode
default boolean isProductionMode()Checks whether the application is in production mode.- Returns:
- true if the application is in production mode, false otherwise
-