Class 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:
    Serialized Form
    • Constructor Detail

      • UnmergedPathException

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

      • getDirCacheEntry

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