Class SubmoduleDeinitCommand.NoSuchSubmoduleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.SubmoduleDeinitCommand.NoSuchSubmoduleException
All Implemented Interfaces:
Serializable
Enclosing class:
SubmoduleDeinitCommand

public static class SubmoduleDeinitCommand.NoSuchSubmoduleException extends GitAPIException
The user tried to deinitialize a submodule that doesn't exist in the index.
See Also:
  • Field Details

  • Constructor Details

    • NoSuchSubmoduleException

      public NoSuchSubmoduleException(String path)
      Constructor of NoSuchSubmoduleException
      Parameters:
      path - path of non-existing submodule