com.vaadin.flow.server.

Class InvalidRouteConfigurationException

  • All Implemented Interfaces:

    Serializable


    public class InvalidRouteConfigurationException
    extends Exception

    Exception indicating that the application's routes have been configured incorrectly.

    See Also:

    Serialized Form

    • Constructor Detail

      • InvalidRouteConfigurationException

        public InvalidRouteConfigurationException(String message)

        Constructs a new invalid route configuration runtime exception with the specified detail message.

        Parameters:

        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.