Uses of Interface
pro.verron.officestamper.api.ExceptionResolver
Packages that use ExceptionResolver
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of ExceptionResolver in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return ExceptionResolverModifier and TypeMethodDescriptionOfficeStamperConfiguration.getExceptionResolver()
Retrieves the instance of the ExceptionResolver.Methods in pro.verron.officestamper.api with parameters of type ExceptionResolverModifier and TypeMethodDescriptionOfficeStamperConfiguration.setExceptionResolver
(ExceptionResolver exceptionResolver) Sets the exception resolver to be used by the OfficeStamperConfiguration. -
Uses of ExceptionResolver in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return ExceptionResolverModifier and TypeMethodDescriptionstatic ExceptionResolver
ExceptionResolvers.defaulting()
The defaulting resolver class will handle exceptions by returning an empty string.static ExceptionResolver
ExceptionResolvers.defaulting
(String value) The defaulting resolver class will handle exceptions by returning a default value.static ExceptionResolver
ExceptionResolvers.legacyBehavior
(boolean shouldFail, boolean emptyOnError, boolean shouldReplace, String replacementValue) Deprecated, for removal: This API element is subject to removal in a future version.static ExceptionResolver
ExceptionResolvers.passing()
The passing resolver will handle exceptions by returning the placeholder expression.static ExceptionResolver
ExceptionResolvers.throwing()
The throwing resolver will handle exceptions by immediately throwing an OfficeStamperException.