Serializable
public class RevisionSyntaxException extends IllegalArgumentException
Constructor | 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 | Description |
---|---|---|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RevisionSyntaxException(String revstr)
revstr
- The problematic revision stringCopyright © 2018. All rights reserved.