freemarker.core

Class StopException


public class StopException
extends TemplateException

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

Method Summary

void
printStackTrace(PrintStream ps)
void
printStackTrace(PrintWriter pw)

Methods inherited from class freemarker.template.TemplateException

getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace

Method Details

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in interface TemplateException