Class DocxStamperException

All Implemented Interfaces:
Serializable

@Deprecated(since="1.6.8", forRemoval=true) public class DocxStamperException extends OfficeStamperException
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.6.8, This class has been deprecated in the effort of the library modularization. It is recommended to use the OfficeStamperException class instead. This class will not be exported in the future releases of the module.
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.
Since:
1.0.0
Version:
${version}
Author:
Joseph Verron, Tom Hombergs
See Also:
  • Constructor Details

    • DocxStamperException

      public DocxStamperException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.

      Constructor for DocxStamperException.

      Parameters:
      message - a message describing the error
    • DocxStamperException

      public DocxStamperException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.

      Constructor for DocxStamperException.

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

      public DocxStamperException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.

      Constructor for DocxStamperException.

      Parameters:
      cause - the cause of the error