|
||||||||||
| 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.lang.RuntimeException
org.gitective.core.GitException
public class GitException
Git exception class.
| Constructor Summary | |
|---|---|
GitException(org.eclipse.jgit.lib.Repository repository)
Create a Git exception |
|
GitException(String message,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a message |
|
GitException(String message,
Throwable cause,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a message and cause |
|
GitException(Throwable cause,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a cause |
|
| Method Summary | |
|---|---|
org.eclipse.jgit.lib.Repository |
getRepository()
Get repository where exception occurred |
| 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 GitException(String message,
Throwable cause,
org.eclipse.jgit.lib.Repository repository)
message - cause - repository -
public GitException(Throwable cause,
org.eclipse.jgit.lib.Repository repository)
cause - repository -
public GitException(String message,
org.eclipse.jgit.lib.Repository repository)
message - repository - public GitException(org.eclipse.jgit.lib.Repository repository)
repository - | Method Detail |
|---|
public org.eclipse.jgit.lib.Repository getRepository()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||