Class UnmergedPathException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnmergedPathException
    extends java.io.IOException
    Indicates one or more paths in a DirCache have non-zero stages present.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DirCacheEntry getDirCacheEntry()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()
        Returns:
        the first non-zero stage of the unmerged path