com.khubla.pragmatach.plugin.freemarker
Class TemplateExceptionHandlerImpl

java.lang.Object
  extended by com.khubla.pragmatach.plugin.freemarker.TemplateExceptionHandlerImpl
All Implemented Interfaces:
freemarker.template.TemplateExceptionHandler

public class TemplateExceptionHandlerImpl
extends Object
implements freemarker.template.TemplateExceptionHandler

Author:
tome

Field Summary
 
Fields inherited from interface freemarker.template.TemplateExceptionHandler
DEBUG_HANDLER, HTML_DEBUG_HANDLER, IGNORE_HANDLER, RETHROW_HANDLER
 
Constructor Summary
TemplateExceptionHandlerImpl()
           
 
Method Summary
 void handleTemplateException(freemarker.template.TemplateException templateException, freemarker.core.Environment environment, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateExceptionHandlerImpl

public TemplateExceptionHandlerImpl()
Method Detail

handleTemplateException

public void handleTemplateException(freemarker.template.TemplateException templateException,
                                    freemarker.core.Environment environment,
                                    Writer writer)
                             throws freemarker.template.TemplateException
Specified by:
handleTemplateException in interface freemarker.template.TemplateExceptionHandler
Throws:
freemarker.template.TemplateException


Copyright © 2014 khubla.com. All rights reserved.