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:
java.io.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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchSubmoduleException(java.lang.String path)
Constructor of NoSuchSubmoduleException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-