freemarker.template.compiler
Class StopException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--freemarker.template.TemplateException
                    |
                    +--freemarker.template.compiler.StopException
All Implemented Interfaces:
java.io.Serializable

public class StopException
extends TemplateException

This exception is thrown when a <stop> directive is encountered.

See Also:
Serialized Form

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

Constructor Detail

StopException

public StopException()