|
||||||||||
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,
String why)
Construct a CorruptObjectException for reporting a problem specified object id |
|
CorruptObjectException(ObjectId id,
String why)
Construct a CorruptObjectException for reporting a problem specified object id |
|
CorruptObjectException(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, String why)
id
- why
- public CorruptObjectException(ObjectId id, String why)
id
- why
- public CorruptObjectException(String why)
why
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |