Package | Description |
---|---|
com.vaadin.flow.router |
Modifier and Type | Method and Description |
---|---|
ErrorParameter<?> |
ErrorNavigationEvent.getErrorParameter()
Gets the ErrorParameter if set.
|
ErrorParameter<?> |
BeforeEvent.getErrorParameter()
Get the set error parameter.
|
Modifier and Type | Method and Description |
---|---|
int |
InternalServerError.setErrorParameter(BeforeEnterEvent event,
ErrorParameter<Exception> parameter) |
int |
RouteNotFoundError.setErrorParameter(BeforeEnterEvent event,
ErrorParameter<NotFoundException> parameter) |
int |
HasErrorParameter.setErrorParameter(BeforeEnterEvent event,
ErrorParameter<T> parameter)
Callback executed before rendering the exception view.
|
Constructor and 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.
|
Copyright © 2020. All rights reserved.