|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ww2.DebugWithoutThrowingExceptionHandler
public class DebugWithoutThrowingExceptionHandler
A TemplateExceptionHandler
which works like the TemplateExceptionHandler.DEBUG_HANDLER
but doesn't rethrow
the exception. This means the page rendering is not aborted.
Field Summary |
---|
Fields inherited from interface freemarker.template.TemplateExceptionHandler |
---|
DEBUG_HANDLER, HTML_DEBUG_HANDLER, IGNORE_HANDLER, RETHROW_HANDLER |
Constructor Summary | |
---|---|
DebugWithoutThrowingExceptionHandler()
|
Method Summary | |
---|---|
void |
handleTemplateException(freemarker.template.TemplateException te,
freemarker.core.Environment env,
java.io.Writer out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugWithoutThrowingExceptionHandler()
Method Detail |
---|
public void handleTemplateException(freemarker.template.TemplateException te, freemarker.core.Environment env, java.io.Writer out) throws freemarker.template.TemplateException
handleTemplateException
in interface freemarker.template.TemplateExceptionHandler
freemarker.template.TemplateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |