Uses of Class
org.eclipse.jgit.errors.CheckoutConflictException
-
Packages that use CheckoutConflictException Package Description org.eclipse.jgit.api.errors Exceptions thrown by API commands. -
-
Uses of CheckoutConflictException in org.eclipse.jgit.api.errors
Constructors in org.eclipse.jgit.api.errors with parameters of type CheckoutConflictException Constructor Description CheckoutConflictException(List<String> conflictingPaths, CheckoutConflictException e)
Translate internal exception to API exception
-