Class ExecutableNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutableNotFoundException
    extends FrontendException
    Exception thrown when an executable cannot be found.
    See Also:
    Serialized Form
    • Method Detail

      • newNodeExecutableNotFoundException

        public static ExecutableNotFoundException newNodeExecutableNotFoundException()
        Builds the appropriate exception when the Node executable cannot be found.
        Returns:
        Exception.
      • newNpmExecutableNotFoundException

        public static ExecutableNotFoundException newNpmExecutableNotFoundException()
        Builds the appropriate exception when the NPM executable cannot be found.
        Returns:
        Exception.
      • newYarnExecutableNotFoundException

        public static ExecutableNotFoundException newYarnExecutableNotFoundException()
        Builds the appropriate exception when the Yarn executable cannot be found.
        Returns:
        Exception.