Uses of Interface
pro.verron.officestamper.api.ExceptionResolver
Packages that use ExceptionResolver
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
Pre-configured stampers, configurations, and ready-made processors and
resolvers.
-
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.core
Methods in pro.verron.officestamper.core that return ExceptionResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.getExceptionResolver()Retrieves the exception resolver.Methods in pro.verron.officestamper.core with parameters of type ExceptionResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.setExceptionResolver(ExceptionResolver exceptionResolver) Configures the exception resolver for theDocxStamperConfiguration.Constructors in pro.verron.officestamper.core with parameters of type ExceptionResolverModifierConstructorDescriptionDocxStamperConfiguration(EvaluationContextFactory evaluationContextFactory, ExceptionResolver exceptionResolver) Constructs a new instance of theDocxStamperConfigurationclass and initializes its default configuration settings.Engine(org.springframework.expression.spel.SpelParserConfiguration parserConfiguration, ExceptionResolver exceptionResolver, ObjectResolverRegistry objectResolverRegistry, ProcessorContext processorContext, TraceabilityReporter traceabilityReporter) Constructs an Engine. -
Uses of ExceptionResolver in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return ExceptionResolverModifier and TypeMethodDescriptionstatic ExceptionResolverExceptionResolvers.defaulting()The defaulting resolver class will handle exceptions by returning an empty string.static ExceptionResolverExceptionResolvers.defaulting(String value) The defaulting resolver class will handle exceptions by returning a default value.static ExceptionResolverExceptionResolvers.passing()The passing resolver will handle exceptions by returning the placeholder expression.static ExceptionResolverExceptionResolvers.throwing()The throwing resolver will handle exceptions by immediately throwing an OfficeStamperException.