Uses of Class
com.flowingcode.vaadin.addons.errorwindow.ErrorWindowI18n
-
Uses of ErrorWindowI18n in com.flowingcode.vaadin.addons.errorwindow
Methods in com.flowingcode.vaadin.addons.errorwindow that return ErrorWindowI18nModifier and TypeMethodDescriptionstatic ErrorWindowI18nErrorWindowI18n.create(SerializableFunction<String, String> i18nTranslator) Creates a new instance with the provided message translation function.static ErrorWindowI18nErrorWindowI18n.createDefault()Creates a new instance with the default messages.Constructors in com.flowingcode.vaadin.addons.errorwindow with parameters of type ErrorWindowI18nModifierConstructorDescriptionErrorWindow(ErrorDetails errorDetails, ErrorWindowI18n i18n) Constructs and initializes an ErrorWindow object with the supplied error details and internationalization.ErrorWindow(Throwable cause, ErrorWindowI18n i18n) Constructs and initializes an ErrorWindow object with the supplied details and and default production mode.ErrorWindow(Throwable cause, String errorMessage, boolean productionMode, ErrorWindowI18n i18n) Constructs and initializes an ErrorWindow object with the supplied details.ErrorWindow(Throwable cause, String errorMessage, ErrorWindowI18n i18n) Constructs and initializes an ErrorWindow object with the supplied details and default production mode.