Uses of Class
com.vaadin.flow.server.InvalidRouteConfigurationException
Packages that use InvalidRouteConfigurationException
-
Uses of InvalidRouteConfigurationException in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that throw InvalidRouteConfigurationExceptionModifier and TypeMethodDescriptionstatic void
RouteUtil.checkForClientRouteCollisions
(VaadinService service, String... flowRouteTemplates) Checks the given array of Flow route templates for potential collisions with Hilla routes.static void
RouteUtil.checkForClientRouteCollisions
(VaadinService service, List<RouteData> flowRoutes) Checks the given list of Flow routes for potential collisions with Hilla routes. -
Uses of InvalidRouteConfigurationException in com.vaadin.flow.server
Subclasses of InvalidRouteConfigurationException in com.vaadin.flow.serverModifier and TypeClassDescriptionclass
Exception indicating that the application's routes already has the navigation target with the given path.