Package org.eclipse.jgit.errors
Class UnmergedPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.UnmergedPathException
- All Implemented Interfaces:
Serializable
Indicates one or more paths in a DirCache have non-zero stages present.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new unmerged path exception. -
Method Summary
Modifier and TypeMethodDescriptionGet the first non-zero stage of the unmerged pathMethods 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:
-
entry
-
-
Constructor Details
-
UnmergedPathException
Create a new unmerged path exception.- Parameters:
dce
- the first non-zero stage of the unmerged path.
-
-
Method Details
-
getDirCacheEntry
Get the first non-zero stage of the unmerged path- Returns:
- the first non-zero stage of the unmerged path
-