Uses of Interface
freemarker.template.AttemptExceptionReporter
-
Packages that use AttemptExceptionReporter Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
-
Uses of AttemptExceptionReporter in freemarker.core
Methods in freemarker.core that return AttemptExceptionReporter Modifier and Type Method Description AttemptExceptionReporter
Configurable. getAttemptExceptionReporter()
The getter pair ofConfigurable.setAttemptExceptionReporter(AttemptExceptionReporter)
.Methods in freemarker.core with parameters of type AttemptExceptionReporter Modifier and Type Method Description void
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 AttemptExceptionReporter Modifier and Type Field Description static AttemptExceptionReporter
AttemptExceptionReporter. LOG_ERROR_REPORTER
Logs the exception into the "freemarker.runtime" log category with "error" log level.static AttemptExceptionReporter
AttemptExceptionReporter. LOG_WARN_REPORTER
LikeLOG_ERROR_REPORTER
, but it logs with "warn" log level.Methods in freemarker.template with parameters of type AttemptExceptionReporter Modifier and Type Method Description void
Configuration. setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter)
-