Uses of Class
com.vaadin.flow.router.ErrorParameter
Packages that use ErrorParameter
-
Uses of ErrorParameter in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return ErrorParameterModifier and TypeMethodDescriptionBeforeEvent.getErrorParameter()Get the set error parameter.ErrorNavigationEvent.getErrorParameter()Gets the ErrorParameter if set.Methods in com.vaadin.flow.router with parameters of type ErrorParameterModifier and TypeMethodDescriptionintHasErrorParameter.setErrorParameter(BeforeEnterEvent event, ErrorParameter<T> parameter) Callback executed before rendering the exception view.intInternalServerError.setErrorParameter(BeforeEnterEvent event, ErrorParameter<Exception> parameter) intRouteNotFoundError.setErrorParameter(BeforeEnterEvent event, ErrorParameter<NotFoundException> parameter) Constructors in com.vaadin.flow.router with parameters of type ErrorParameterModifierConstructorDescriptionErrorNavigationEvent(Router router, Location location, UI ui, NavigationTrigger trigger, ErrorParameter<?> errorParameter) Creates a new navigation event.ErrorNavigationEvent(Router router, Location location, UI ui, NavigationTrigger trigger, ErrorParameter<?> errorParameter, elemental.json.JsonValue state) Creates a new navigation event.