Class I18nErrorWindowFactory
java.lang.Object
com.flowingcode.vaadin.addons.errorwindow.I18nErrorWindowFactory
- All Implemented Interfaces:
ErrorWindowFactory
A factory class to create an error window with internationalization support.
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowError(ErrorDetails details) Shows an error window with the given error details and internationalization support.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.flowingcode.vaadin.addons.errorwindow.ErrorWindowFactory
isProductionMode
-
Method Details
-
showError
Shows an error window with the given error details and internationalization support.- Specified by:
showErrorin interfaceErrorWindowFactory- Parameters:
details- the ErrorDetails instance to be shown in the error window
-