We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.