public class DirCacheNameConflictException extends IllegalStateException
Constructor and Description |
---|
DirCacheNameConflictException(String path1,
String path2)
Construct an exception for a specific path.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath1()
Get one of the paths that has a conflict
|
String |
getPath2()
Get another path that has a conflict
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Eclipse JGit Project. All rights reserved.