com.vaadin.flow.server.frontend.

Class FrontendUtils.UnknownVersionException

    • Constructor Detail

      • UnknownVersionException

        public UnknownVersionException(String tool,
                                       String extraInfo)

        Constructs an exception telling which tool was being detected and using what command.

        Parameters:

        tool - the tool being detected

        extraInfo - extra information which might be helpful to the end user

      • UnknownVersionException

        public UnknownVersionException(String tool,
                                       String extraInfo,
                                       Exception cause)

        Constructs an exception telling which tool was being detected and using what command, and the exception causing the failure.

        Parameters:

        tool - the tool being detected

        extraInfo - extra information which might be helpful to the end user

        cause - the exception causing the failure