|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object freemarker.ext.misc.HtmlFormattedExceptionListener
public final class HtmlFormattedExceptionListener
Exception listener that improves reporting for compile errors. Modified error reporting so that errors detected at compile time are returned as an entire HTML page rather than a comment. The error text is displayed on the page (not inside of a comment).
Constructor Summary | |
---|---|
HtmlFormattedExceptionListener()
Creates a new instance of HtmlFormattedExceptionListener |
Method Summary | |
---|---|
void |
exceptionThrown(TemplateExceptionEvent e)
Handles events that are created whenever an exception is thrown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlFormattedExceptionListener()
Method Detail |
---|
public void exceptionThrown(TemplateExceptionEvent e)
exceptionThrown
in interface TemplateExceptionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |