Class RevisionSyntaxException

All Implemented Interfaces:
Serializable

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

  • 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