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
public class RevisionSyntaxException
- extends IllegalArgumentException
This signals a revision or object reference was not
properly formatted.
- See Also:
- Serialized Form
RevisionSyntaxException
public RevisionSyntaxException(String revstr)
- Construct a RevisionSyntaxException indicating a syntax problem with a
revision (or object) string.
- Parameters:
revstr
- The problematic revision string
RevisionSyntaxException
public RevisionSyntaxException(String message,
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 String toString()
- Overrides:
toString
in class Throwable
Copyright © 2012. All Rights Reserved.