com.vaadin.flow.router.

Class NotFoundException

    • Constructor Detail

      • NotFoundException

        public NotFoundException()

        Default constructor.

      • NotFoundException

        public NotFoundException(String message)

        Navigation exception thrown when routing fails due to a faulty navigation target string.

        Parameters:

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