Class CommentProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wickedsource.docxstamper.api.DocxStamperException
org.wickedsource.docxstamper.processor.CommentProcessingException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs while processing a comment in the docx template.
- Version:
- ${version}
- Author:
- Joseph Verron
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommentProcessingException(String message, org.docx4j.wml.P paragraph) Constructor for CommentProcessingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommentProcessingException
Constructor for CommentProcessingException.
- Parameters:
message- the error messageparagraph- the paragraph containing the comment that caused the error
-