Uses of Class
com.flowingcode.vaadin.addons.errorwindow.ErrorDetails
-
Uses of ErrorDetails in com.flowingcode.vaadin.addons.errorwindow
Methods in com.flowingcode.vaadin.addons.errorwindow with parameters of type ErrorDetailsModifier and TypeMethodDescriptionvoidDefaultErrorWindowFactory.showError(ErrorDetails details) Displays the error details creating a new instance ofErrorWindow.voidErrorWindowFactory.showError(ErrorDetails details) Shows the error details on a new window.voidI18nErrorWindowFactory.showError(ErrorDetails details) Shows an error window with the given error details and internationalization support.Constructors in com.flowingcode.vaadin.addons.errorwindow with parameters of type ErrorDetailsModifierConstructorDescriptionErrorWindow(ErrorDetails errorDetails) ErrorWindow(ErrorDetails errorDetails, boolean productionMode) ErrorWindow(ErrorDetails errorDetails, ErrorWindowI18n i18n) Constructs and initializes an ErrorWindow object with the supplied error details and internationalization.