We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeMethodDescriptionint
HasErrorParameter.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<T> parameter) Callback executed before rendering the exception view.
int
InternalServerError.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<Exception> parameter) int
RouteAccessDeniedError.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<AccessDeniedException> parameter) int
RouteNotFoundError.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<NotFoundException> parameter) int
AbstractRouteNotFoundError.setRouteNotFoundErrorParameter
(BeforeEnterEvent event, ErrorParameter<? extends RuntimeException> parameter) Default callback for route not found error executed before rendering the exception view.
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.