Class OfficeStamperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.verron.officestamper.api.OfficeStamperException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommentProcessingException, DocxStamperException, UnresolvedExpressionException

public class OfficeStamperException extends RuntimeException
OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library . It provides additional constructors to handle different scenarios.
See Also:
  • Constructor Details

    • OfficeStamperException

      public OfficeStamperException(String message)
      OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.
      Parameters:
      message - a message describing the error
    • OfficeStamperException

      public OfficeStamperException(Throwable cause)
      OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.
      Parameters:
      cause - the cause of the exception
    • OfficeStamperException

      public OfficeStamperException(String message, Throwable cause)
      OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.
      Parameters:
      message - a message describing the error
      cause - the cause of the exception
    • OfficeStamperException

      public OfficeStamperException()
      OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.