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 TypeMethodDescriptionvoidConfigurable.setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter) Specifies how exceptions handled (and hence suppressed) by an#attemptblocks will be logged or otherwise reported. -
Uses of AttemptExceptionReporter in freemarker.template
Fields in freemarker.template declared as AttemptExceptionReporterModifier and TypeFieldDescriptionstatic final AttemptExceptionReporterAttemptExceptionReporter.LOG_ERROR_REPORTERLogs the exception into the "freemarker.runtime" log category with "error" log level.static final AttemptExceptionReporterAttemptExceptionReporter.LOG_WARN_REPORTERLikeLOG_ERROR_REPORTER, but it logs with "warn" log level.Methods in freemarker.template with parameters of type AttemptExceptionReporterModifier and TypeMethodDescriptionvoidConfiguration.setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter)