You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.startup.

Class 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:

    Serialized Form

    • Constructor Detail

      • 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.