freemarker.template
Class TemplateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--freemarker.template.TemplateException

public class TemplateException
extends java.lang.Exception

The FreeMarker classes use this exception internally.

See Also:
Serialized Form

Constructor Summary
TemplateException()
           
TemplateException(java.lang.String description)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateException

public TemplateException()

TemplateException

public TemplateException(java.lang.String description)