Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RevisionSyntaxException(String revstr)
revstr - The problematic revision stringCopyright © 2018. All rights reserved.