|
|||||||||
| 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.CorruptObjectException
public class CorruptObjectException
Exception thrown when an object cannot be read from Git.
| Constructor Summary | |
|---|---|
CorruptObjectException(AnyObjectId id,
java.lang.String why)
Construct a CorruptObjectException for reporting a problem specified object id |
|
CorruptObjectException(ObjectId id,
java.lang.String why)
Construct a CorruptObjectException for reporting a problem specified object id |
|
CorruptObjectException(java.lang.String why)
Construct a CorruptObjectException for reporting a problem not associated with a specific 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 CorruptObjectException(AnyObjectId id,
java.lang.String why)
id - why -
public CorruptObjectException(ObjectId id,
java.lang.String why)
id - why - public CorruptObjectException(java.lang.String why)
why -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||