|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.CheckoutConflictException
public class CheckoutConflictException
Exception thrown when a command can't succeed because of unresolved conflicts.
| Constructor Summary | |
|---|---|
CheckoutConflictException(java.util.List<java.lang.String> conflictingPaths,
CheckoutConflictException e)
Translate internal exception to API exception |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getConflictingPaths()
|
| 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.util.List<java.lang.String> conflictingPaths,
CheckoutConflictException e)
conflictingPaths - list of conflicting pathse - | Method Detail |
|---|
public java.util.List<java.lang.String> getConflictingPaths()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||