Uses of Class
org.wickedsource.docxstamper.api.DocxStamperException
Packages that use DocxStamperException
Package
Description
-
Uses of DocxStamperException in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that throw DocxStamperExceptionModifier and TypeMethodDescriptionvoidDocxStamper.stamp(InputStream template, Object contextRoot, OutputStream out) voidDocxStamper.stamp(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, Object contextRoot, OutputStream out) Stamps the template with the context and writes the result to the outputStream. -
Uses of DocxStamperException in org.wickedsource.docxstamper.api
Subclasses of DocxStamperException in org.wickedsource.docxstamper.apiModifier and TypeClassDescriptionclassThis exception is thrown if an expression could not be processed by any comment processor. -
Uses of DocxStamperException in org.wickedsource.docxstamper.processor
Subclasses of DocxStamperException in org.wickedsource.docxstamper.processorModifier and TypeClassDescriptionclassThrown when an error occurs while processing a comment in the docx template. -
Uses of DocxStamperException in pro.verron.docxstamper
Methods in pro.verron.docxstamper that throw DocxStamperExceptionModifier and TypeMethodDescriptionvoidOpcStamper.stamp(T template, Object context, OutputStream outputStream) Stamps the template with the context and writes the result to the outputStream.