Class RevisionSyntaxException

All Implemented Interfaces:
Serializable

public class RevisionSyntaxException extends IllegalArgumentException
This signals a revision or object reference was not properly formatted.
See Also:
  • Constructor Details

    • 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 reason
      revstr - The problematic revision string
  • Method Details

    • getRevstr

      public String getRevstr()
      Get the problematic revision string
      Returns:
      the problematic revision string
      Since:
      6.8