|
|||||||||
| 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.NotSupportedException
public class NotSupportedException
JGit encountered a case that it knows it cannot yet handle.
| Constructor Summary | |
|---|---|
NotSupportedException(java.lang.String s)
Construct a NotSupportedException for some issue JGit cannot yet handle. |
|
NotSupportedException(java.lang.String s,
java.lang.Throwable why)
Construct a NotSupportedException for some issue JGit cannot yet handle. |
|
| 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 NotSupportedException(java.lang.String s)
s - message describing the issue
public NotSupportedException(java.lang.String s,
java.lang.Throwable why)
s - message describing the issuewhy - a lower level implementation specific issue.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||