public static class GitException.CheckoutConflictException extends GitException
getConflicts() can be called to get the conflicted paths.GitException.AuthorizationException, GitException.CheckoutConflictException, GitException.MissingObjectException, GitException.NotMergedException, GitException.RefUpdateException| Constructor and Description |
|---|
GitException.CheckoutConflictException(String[] conflicts) |
GitException.CheckoutConflictException(String[] conflicts,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConflicts() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GitException.CheckoutConflictException(String[] conflicts, Throwable cause)
conflicts - array of conflicted pathscause - cause exceptionpublic GitException.CheckoutConflictException(String[] conflicts)
conflicts - array of conflicted pathspublic String[] getConflicts()
Built on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.