|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.CheckoutConflictException
public class CheckoutConflictException
Exception thrown if a conflict occurs during a merge checkout.
| Constructor Summary | |
|---|---|
CheckoutConflictException(java.lang.String file)
Construct a CheckoutConflictException for the specified file |
|
CheckoutConflictException(java.lang.String[] files)
Construct a CheckoutConflictException for the specified set of files |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckoutConflictException(java.lang.String file)
file - public CheckoutConflictException(java.lang.String[] files)
files -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||