Package org.eclipse.jgit.api
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchSubmoduleException(String path)
Constructor of NoSuchSubmoduleException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchSubmoduleException
public NoSuchSubmoduleException(String path)
Constructor of NoSuchSubmoduleException- Parameters:
path
- path of non-existing submodule
-
-