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 configuration is incorrect.

Usually thrown if AppShellConfigurator extending class has incorrent annotations.

Since:
1.0
See Also:
  • Constructor Details

    • InvalidApplicationConfigurationException

      public InvalidApplicationConfigurationException(String message)
      Constructs a new invalid application 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.