org.eclipse.jgit.errors
Class RevisionSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.RevisionSyntaxException
- All Implemented Interfaces:
- java.io.Serializable
public class RevisionSyntaxException
- extends java.io.IOException
This signals a revision or object reference was not
properly formatted.
- See Also:
- Serialized Form
|
Constructor Summary |
RevisionSyntaxException(java.lang.String revstr)
Construct a RevisionSyntaxException indicating a syntax problem with a
revision (or object) string. |
RevisionSyntaxException(java.lang.String message,
java.lang.String revstr)
Construct a RevisionSyntaxException indicating a syntax problem with a
revision (or object) string. |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RevisionSyntaxException
public RevisionSyntaxException(java.lang.String revstr)
- Construct a RevisionSyntaxException indicating a syntax problem with a
revision (or object) string.
- Parameters:
revstr - The problematic revision string
RevisionSyntaxException
public RevisionSyntaxException(java.lang.String message,
java.lang.String revstr)
- Construct a RevisionSyntaxException indicating a syntax problem with a
revision (or object) string.
- Parameters:
message - a specific reasonrevstr - The problematic revision string
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable