| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.) |
| Modifier and Type | Method and Description |
|---|---|
AttemptExceptionReporter |
Configurable.getAttemptExceptionReporter()
The getter pair of
Configurable.setAttemptExceptionReporter(AttemptExceptionReporter). |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter)
Specifies how exceptions handled (and hence suppressed) by an
#attempt blocks will be logged or otherwise
reported. |
| Modifier and Type | Field and 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
Like
LOG_ERROR_REPORTER, but it logs with "warn" log level. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setAttemptExceptionReporter(AttemptExceptionReporter attemptExceptionReporter) |