Class AttachmentValidationError

java.lang.Object
com.atlassian.jira.issue.attachment.validation.AttachmentValidationError

public class AttachmentValidationError extends Object
A problem with an attachment discovered during validation.
  • Constructor Details

    • AttachmentValidationError

      public AttachmentValidationError(String logMessage, String localisedMessage)
  • Method Details

    • getLogMessage

      public String getLogMessage()
      Returns:
      A message to be logged, explaining the validation problem.
    • getLocalisedMessage

      public String getLocalisedMessage()
      Returns:
      A localised message to be sent to the user, explaining the validation problem.