Uses of Interface
com.flowingcode.vaadin.addons.errorwindow.ErrorWindowFactory
-
Uses of ErrorWindowFactory in com.flowingcode.vaadin.addons.errorwindow
Classes in com.flowingcode.vaadin.addons.errorwindow that implement ErrorWindowFactoryModifier and TypeClassDescriptionclassDefault implementation ofErrorWindowFactory.classA factory class to create an error window with internationalization support.Methods in com.flowingcode.vaadin.addons.errorwindow that return ErrorWindowFactoryModifier and TypeMethodDescriptionstatic ErrorWindowFactoryErrorManager.getErrorWindowFactory()Gets the default ErrorWindowFactory implementation.static ErrorWindowFactoryErrorManager.getErrorWindowFactory(Class<?> clazz) Gets the ErrorWindowFactory implementation for the specified class or its super classes.Methods in com.flowingcode.vaadin.addons.errorwindow with parameters of type ErrorWindowFactoryModifier and TypeMethodDescriptionstatic voidErrorManager.setErrorWindowFactory(ErrorWindowFactory errorWindowFactory) Sets the default ErrorWindowFactory implementation.static voidErrorManager.setErrorWindowFactory(Class<? extends Throwable> clazz, ErrorWindowFactory errorWindowFactory) Sets the ErrorWindowFactory for the specified Throwable class.