Serializable
public class UnmergedPathException extends IOException
Constructor | Description |
---|---|
UnmergedPathException(DirCacheEntry dce) |
Create a new unmerged path exception.
|
Modifier and Type | Method | Description |
---|---|---|
DirCacheEntry |
getDirCacheEntry() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnmergedPathException(DirCacheEntry dce)
dce
- the first non-zero stage of the unmerged path.public DirCacheEntry getDirCacheEntry()
Copyright © 2018. All rights reserved.