Uses of Interface
freemarker.template.AttemptExceptionReporter
Packages that use AttemptExceptionReporter
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of AttemptExceptionReporter in freemarker.core
Methods in freemarker.core that return AttemptExceptionReporterModifier and TypeMethodDescriptionConfigurable.getAttemptExceptionReporter()
The getter pair ofConfigurable.setAttemptExceptionReporter(AttemptExceptionReporter)
.Methods in freemarker.core with parameters of type AttemptExceptionReporterModifier and TypeMethodDescriptionvoid
Configurable.setAttemptExceptionReporter
(AttemptExceptionReporter attemptExceptionReporter) Specifies how exceptions handled (and hence suppressed) by an#attempt
blocks will be logged or otherwise reported. -
Uses of AttemptExceptionReporter in freemarker.template
Fields in freemarker.template declared as AttemptExceptionReporterModifier and TypeFieldDescriptionstatic final AttemptExceptionReporter
AttemptExceptionReporter.LOG_ERROR_REPORTER
Logs the exception into the "freemarker.runtime" log category with "error" log level.static final AttemptExceptionReporter
AttemptExceptionReporter.LOG_WARN_REPORTER
LikeLOG_ERROR_REPORTER
, but it logs with "warn" log level.Methods in freemarker.template with parameters of type AttemptExceptionReporterModifier and TypeMethodDescriptionvoid
Configuration.setAttemptExceptionReporter
(AttemptExceptionReporter attemptExceptionReporter)