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
The user tried to deinitialize a submodule that doesn't exist in the
index.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor of NoSuchSubmoduleException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSuchSubmoduleException
Constructor of NoSuchSubmoduleException- Parameters:
path
- path of non-existing submodule
-