|
||||||||||
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.AmbiguousObjectException
public class AmbiguousObjectException
An AbbreviatedObjectId
cannot be extended.
Constructor Summary | |
---|---|
AmbiguousObjectException(AbbreviatedObjectId id,
java.util.Collection<ObjectId> candidates)
Construct a MissingObjectException for the specified object id. |
Method Summary | |
---|---|
AbbreviatedObjectId |
getAbbreviatedObjectId()
|
java.util.Collection<ObjectId> |
getCandidates()
|
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 AmbiguousObjectException(AbbreviatedObjectId id, java.util.Collection<ObjectId> candidates)
id
- SHA-1candidates
- the candidate matches returned by the ObjectReader.Method Detail |
---|
public AbbreviatedObjectId getAbbreviatedObjectId()
public java.util.Collection<ObjectId> getCandidates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |