Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal | |
com.vaadin.flow.server | |
com.vaadin.flow.server.startup |
Modifier and Type | Method and Description |
---|---|
Optional<ErrorTargetEntry> |
Router.getErrorNavigationTarget(Exception exception)
Get a registered navigation target for given exception.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ErrorTargetEntry> |
AbstractRouteRegistry.searchByCause(Exception exception)
Get the exception handler for given exception or recurse by exception
cause until possible exception with handler found.
|
protected Optional<ErrorTargetEntry> |
AbstractRouteRegistry.searchBySuperType(Throwable exception)
Search given exception super classes to get exception handler for if any
exist.
|
Modifier and Type | Method and Description |
---|---|
Optional<ErrorTargetEntry> |
ErrorRouteRegistry.getErrorNavigationTarget(Exception exception)
Get a registered navigation target for given exception.
|
Modifier and Type | Method and Description |
---|---|
Optional<ErrorTargetEntry> |
ApplicationRouteRegistry.getErrorNavigationTarget(Exception exception) |
Copyright © 2021. All rights reserved.