Class CommentProcessingException

All Implemented Interfaces:
Serializable

public class CommentProcessingException extends OfficeStamperException
Thrown when an error occurs while processing a comment in the docx template.
Since:
1.0.0
Version:
${version}
Author:
Joseph Verron, Tom Hombergs
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