java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.verron.officestamper.api.OfficeStamperException
org.wickedsource.docxstamper.api.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.
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 Summary
ConstructorsConstructorDescriptionDocxStamperException(String message) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for DocxStamperException.DocxStamperException(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for DocxStamperException.DocxStamperException(Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for DocxStamperException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocxStamperException
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
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for DocxStamperException.
- Parameters:
message- a message describing the errorcause- the cause of the error
-
DocxStamperException
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for DocxStamperException.
- Parameters:
cause- the cause of the error
-
OfficeStamperExceptionclass instead. This class will not be exported in the future releases of the module.