|
|||||||||
| 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.IncorrectObjectTypeException
public class IncorrectObjectTypeException
An inconsistency with respect to handling different object types. This most likely signals a programming error rather than a corrupt object database.
| Constructor Summary | |
|---|---|
IncorrectObjectTypeException(ObjectId id,
int type)
Construct and IncorrectObjectTypeException for the specified object id. |
|
IncorrectObjectTypeException(ObjectId id,
java.lang.String type)
Construct and IncorrectObjectTypeException for the specified object id. |
|
| 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 IncorrectObjectTypeException(ObjectId id,
java.lang.String type)
id - SHA-1type - object type
public IncorrectObjectTypeException(ObjectId id,
int type)
id - SHA-1type - object type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||