Package org.eclipse.jgit.errors
Class CheckoutConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.CheckoutConflictException
- All Implemented Interfaces:
Serializable
Exception thrown if a conflict occurs during a merge checkout.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a CheckoutConflictException for the specified fileCheckoutConflictException
(String[] files) Construct a CheckoutConflictException for the specified set of files -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
conflicting
-
-
Constructor Details
-
CheckoutConflictException
Construct a CheckoutConflictException for the specified file- Parameters:
file
- relative path of a file
-
CheckoutConflictException
Construct a CheckoutConflictException for the specified set of files- Parameters:
files
- an array of relative file paths
-
-
Method Details
-
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
-
buildList
-