Class DocxStamperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wickedsource.docxstamper.api.DocxStamperException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommentProcessingException, UnresolvedExpressionException

public class DocxStamperException extends RuntimeException
This class represents an exception that can be thrown during the processing of a Docx file using the DocxStamper library. It extends the RuntimeException class and provides additional constructors to handle different scenarios.
Version:
1.6.6
Author:
Joseph Verron
See Also:
  • Constructor Details

    • DocxStamperException

      public DocxStamperException(String message)

      Constructor for DocxStamperException.

      Parameters:
      message - a message describing the error
    • DocxStamperException

      public DocxStamperException(String message, Throwable cause)

      Constructor for DocxStamperException.

      Parameters:
      message - a message describing the error
      cause - the cause of the error
    • DocxStamperException

      public DocxStamperException(Throwable cause)

      Constructor for DocxStamperException.

      Parameters:
      cause - the cause of the error