Class FrontendUtils.UnknownVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jmix.flowui.devserver.frontend.FrontendUtils.UnknownVersionException
All Implemented Interfaces:
Serializable
Enclosing class:
FrontendUtils

public static class FrontendUtils.UnknownVersionException extends Exception
Thrown when detecting the version of a tool fails.
See Also:
  • Constructor Details

    • 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