Uses of Class
com.vaadin.flow.router.internal.ErrorTargetEntry
-
Packages that use ErrorTargetEntry Package Description com.vaadin.flow.router com.vaadin.flow.router.internal com.vaadin.flow.server com.vaadin.flow.server.startup -
-
Uses of ErrorTargetEntry in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type ErrorTargetEntry Modifier and Type Method Description Optional<ErrorTargetEntry>
Router. getErrorNavigationTarget(Exception exception)
Get a registered navigation target for given exception. -
Uses of ErrorTargetEntry in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type ErrorTargetEntry Modifier and Type Method 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. -
Uses of ErrorTargetEntry in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type ErrorTargetEntry Modifier and Type Method Description Optional<ErrorTargetEntry>
ErrorRouteRegistry. getErrorNavigationTarget(Exception exception)
Get a registered navigation target for given exception. -
Uses of ErrorTargetEntry in com.vaadin.flow.server.startup
Methods in com.vaadin.flow.server.startup that return types with arguments of type ErrorTargetEntry Modifier and Type Method Description Optional<ErrorTargetEntry>
ApplicationRouteRegistry. getErrorNavigationTarget(Exception exception)
-