com.vaadin.flow.server.startup.

Class DuplicateNavigationTitleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.startup.DuplicateNavigationTitleException

All Implemented Interfaces:

Serializable

public class DuplicateNavigationTitleException extends RuntimeException

Exception indicating a conflict between a route target implementing HasDynamicTitle while also having a PageTitle annotation.

For internal use only. May be renamed or removed in a future release.

Since:

1.0

See Also:

  • Constructor Details

    • DuplicateNavigationTitleException

      public DuplicateNavigationTitleException(String message)

      Constructs a new exception with the specified detail message.

      Parameters:

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