Package org.eclipse.jgit.errors
Class RevisionSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eclipse.jgit.errors.RevisionSyntaxException
- All Implemented Interfaces:
Serializable
This signals a revision or object reference was not
properly formatted.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRevisionSyntaxException(String revstr) Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.RevisionSyntaxException(String message, String revstr) Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revstr
-
-
Constructor Details
-
RevisionSyntaxException
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.- Parameters:
revstr- The problematic revision string
-
RevisionSyntaxException
Construct a RevisionSyntaxException indicating a syntax problem with a revision (or object) string.- Parameters:
message- a specific reasonrevstr- The problematic revision string
-
-
Method Details