Class CommentProcessingException

All Implemented Interfaces:
Serializable

public class CommentProcessingException extends DocxStamperException
Thrown when an error occurs while processing a comment in the docx template.
Version:
1.6.6
Author:
Joseph Verron
See Also:
  • Constructor Details

    • CommentProcessingException

      public CommentProcessingException(String message, org.docx4j.wml.P paragraph)

      Constructor for CommentProcessingException.

      Parameters:
      message - the error message
      paragraph - the paragraph containing the comment that caused the error