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:
    Serialized Form
    • Method Detail

      • getConflictingPaths

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