public class CheckoutConflictException extends IOException
Constructor and Description |
---|
CheckoutConflictException(String file)
Construct a CheckoutConflictException for the specified file
|
CheckoutConflictException(String[] files)
Construct a CheckoutConflictException for the specified set of files
|
Modifier and Type | Method and Description |
---|---|
String[] |
getConflictingFiles()
Get the relative paths of the conflicting files
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckoutConflictException(String file)
file
- relative path of a filepublic CheckoutConflictException(String[] files)
files
- an array of relative file pathspublic String[] getConflictingFiles()
Copyright © 2019 Eclipse JGit Project. All rights reserved.