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 AttemptExceptionReporterConfigurable. getAttemptExceptionReporter()The getter pair ofConfigurable.setAttemptExceptionReporter(AttemptExceptionReporter).Methods in freemarker.core with parameters of type AttemptExceptionReporter Modifier and Type Method Description voidConfigurable. 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 AttemptExceptionReporter Modifier and Type Field Description static AttemptExceptionReporterAttemptExceptionReporter. LOG_ERROR_REPORTERLogs the exception into the "freemarker.runtime" log category with "error" log level.static AttemptExceptionReporterAttemptExceptionReporter. LOG_WARN_REPORTERLikeLOG_ERROR_REPORTER, but it logs with "warn" log level.Methods in freemarker.template with parameters of type AttemptExceptionReporter Modifier and Type Method Description voidConfiguration. setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter)
-