com.vaadin.flow.server.

Class InvalidApplicationConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.InvalidApplicationConfigurationException

All Implemented Interfaces:

Serializable

public class InvalidApplicationConfigurationException extends RuntimeException

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

Since:

1.0

See Also:

  • Constructor Details

    • InvalidApplicationConfigurationException

      public InvalidApplicationConfigurationException(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.