Uses of Class
com.vaadin.flow.router.ErrorParameter
-
Packages that use ErrorParameter Package Description com.vaadin.flow.router -
-
Uses of ErrorParameter in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return ErrorParameter Modifier and Type Method Description ErrorParameter<?>BeforeEvent. getErrorParameter()Get the set error parameter.ErrorParameter<?>ErrorNavigationEvent. getErrorParameter()Gets the ErrorParameter if set.Methods in com.vaadin.flow.router with parameters of type ErrorParameter Modifier and Type Method Description intHasErrorParameter. 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 ErrorParameter Constructor Description ErrorNavigationEvent(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.
-