Class UnmergedPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.UnmergedPathException
All Implemented Interfaces:
Serializable

public class UnmergedPathException extends IOException
Indicates one or more paths in a DirCache have non-zero stages present.
See Also:
  • Field Details

  • Constructor Details

    • UnmergedPathException

      public UnmergedPathException(DirCacheEntry dce)
      Create a new unmerged path exception.
      Parameters:
      dce - the first non-zero stage of the unmerged path.
  • Method Details

    • getDirCacheEntry

      public DirCacheEntry getDirCacheEntry()
      Get the first non-zero stage of the unmerged path
      Returns:
      the first non-zero stage of the unmerged path