Uses of Class
com.vaadin.flow.router.internal.ErrorTargetEntry
Packages that use ErrorTargetEntry
Package
Description
-
Uses of ErrorTargetEntry in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type ErrorTargetEntryModifier and TypeMethodDescriptionRouter.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 ErrorTargetEntryModifier and TypeMethodDescriptionprotected 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 ErrorTargetEntryModifier and TypeMethodDescriptionErrorRouteRegistry.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 ErrorTargetEntryModifier and TypeMethodDescriptionApplicationRouteRegistry.getErrorNavigationTarget
(Exception exception)