Class CheckoutConflictException

All Implemented Interfaces:
Serializable

public class CheckoutConflictException extends GitAPIException
Exception thrown when a command can't succeed because of unresolved conflicts.
See Also:
  • Constructor Details

  • Method Details

    • getConflictingPaths

      public List<String> getConflictingPaths()
      Get conflicting paths
      Returns:
      all the paths where unresolved conflicts have been detected