Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmergedPathException(DirCacheEntry dce)
dce - the first non-zero stage of the unmerged path.public DirCacheEntry getDirCacheEntry()
Copyright © 2018. All rights reserved.