public class UnmergedPathException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private DirCacheEntry |
entry |
private static long |
serialVersionUID |
Constructor and Description |
---|
UnmergedPathException(DirCacheEntry dce)
Create a new unmerged path exception.
|
Modifier and Type | Method and Description |
---|---|
DirCacheEntry |
getDirCacheEntry()
Get the first non-zero stage of the unmerged path
|
private static final long serialVersionUID
private final DirCacheEntry entry
public UnmergedPathException(DirCacheEntry dce)
dce
- the first non-zero stage of the unmerged path.public DirCacheEntry getDirCacheEntry()