Uses of Class
pro.verron.officestamper.api.OfficeStamperException
Packages that use OfficeStamperException
Package
Description
Defines the core API for the library.
This package contains experimental implementations of the OfficeStamper API.
-
Uses of OfficeStamperException in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type OfficeStamperExceptionModifier and TypeMethodDescriptionstatic Supplier<OfficeStamperException> Creates a supplier that returns a new instance ofOfficeStamperExceptionwith the specified message.Methods in pro.verron.officestamper.api that throw OfficeStamperExceptionModifier and TypeMethodDescriptionvoidStreamStamper.stamp(InputStream inputStream, Object context, OutputStream outputStream) Stamps the template present in the given InputStream with the context given and writes the result to the providedOutputStream. -
Uses of OfficeStamperException in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental that throw OfficeStamperException