public class DebugWithoutThrowingExceptionHandler extends Object implements freemarker.template.TemplateExceptionHandler
TemplateExceptionHandler
which works like the TemplateExceptionHandler.DEBUG_HANDLER
but doesn't rethrow
the exception. This means the page rendering is not aborted.Constructor and Description |
---|
DebugWithoutThrowingExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleTemplateException(freemarker.template.TemplateException te,
freemarker.core.Environment env,
Writer out) |
public DebugWithoutThrowingExceptionHandler()
public void handleTemplateException(freemarker.template.TemplateException te, freemarker.core.Environment env, Writer out) throws freemarker.template.TemplateException
handleTemplateException
in interface freemarker.template.TemplateExceptionHandler
freemarker.template.TemplateException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.