Class CheckoutConflictException

  • All Implemented Interfaces:
    Serializable

    public class CheckoutConflictException
    extends IOException
    Exception thrown if a conflict occurs during a merge checkout.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckoutConflictException

        public CheckoutConflictException​(String file)
        Construct a CheckoutConflictException for the specified file
        Parameters:
        file - relative path of a file
      • CheckoutConflictException

        public CheckoutConflictException​(String[] files)
        Construct a CheckoutConflictException for the specified set of files
        Parameters:
        files - an array of relative file paths
    • Method Detail

      • getConflictingFiles

        public String[] getConflictingFiles()
        Get the relative paths of the conflicting files
        Returns:
        the relative paths of the conflicting files (relative to the working directory root).
        Since:
        4.4