public class CheckoutConflictException extends GitAPIException
| Constructor and Description |
|---|
CheckoutConflictException(java.util.List<java.lang.String> conflictingPaths,
CheckoutConflictException e)
Translate internal exception to API exception
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getConflictingPaths() |
public CheckoutConflictException(java.util.List<java.lang.String> conflictingPaths,
CheckoutConflictException e)
conflictingPaths - list of conflicting pathse - a CheckoutConflictException
exceptionCopyright © 2012. All Rights Reserved.