Class I18nErrorWindowFactory

java.lang.Object
com.flowingcode.vaadin.addons.errorwindow.I18nErrorWindowFactory
All Implemented Interfaces:
ErrorWindowFactory

public class I18nErrorWindowFactory extends Object implements ErrorWindowFactory
A factory class to create an error window with internationalization support.
  • Method Details

    • showError

      public void showError(ErrorDetails details)
      Shows an error window with the given error details and internationalization support.
      Specified by:
      showError in interface ErrorWindowFactory
      Parameters:
      details - the ErrorDetails instance to be shown in the error window