public class CheckoutConflictException extends GitAPIException
Constructor and Description |
---|
CheckoutConflictException(List<String> conflictingPaths,
CheckoutConflictException e)
Translate internal exception to API exception
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getConflictingPaths()
Get conflicting paths
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckoutConflictException(List<String> conflictingPaths, CheckoutConflictException e)
conflictingPaths
- list of conflicting pathse
- a CheckoutConflictException
exceptionCopyright © 2017 Eclipse JGit Project. All rights reserved.