Interface ErrorWindowFactory

All Known Implementing Classes:
DefaultErrorWindowFactory, I18nErrorWindowFactory

public interface ErrorWindowFactory
A factory interface for creating error windows.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Checks whether the application is in production mode.
    void
    Shows the error details on a new window.
  • Method Details

    • showError

      void showError(ErrorDetails details)
      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