public class UnmergedPathException
extends java.io.IOException
| Constructor and Description |
|---|
UnmergedPathException(DirCacheEntry dce)
Create a new unmerged path exception.
|
| Modifier and Type | Method and Description |
|---|---|
DirCacheEntry |
getDirCacheEntry() |
public UnmergedPathException(DirCacheEntry dce)
dce - the first non-zero stage of the unmerged path.public DirCacheEntry getDirCacheEntry()
Copyright © 2012. All Rights Reserved.