public class RevisionSyntaxException extends IllegalArgumentException
Constructor and Description |
---|
RevisionSyntaxException(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.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RevisionSyntaxException(String revstr)
revstr
- The problematic revision stringCopyright © 2016 Eclipse JGit Project. All rights reserved.