Package freemarker.core
Class StopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.template.TemplateException
freemarker.core.StopException
- All Implemented Interfaces:
Serializable
This exception is thrown when a
#stop
directive is encountered.- See Also:
- Serialized Form
-
Method Summary
Modifier and TypeMethodDescriptionvoid
OverridesThrowable.printStackTrace(PrintStream)
so that it will include the FTL stack trace.void
OverridesThrowable.printStackTrace(PrintWriter)
so that it will include the FTL stack trace.Methods inherited from class freemarker.template.TemplateException
getBlamedExpressionString, getCauseException, getColumnNumber, getEndColumnNumber, getEndLineNumber, getEnvironment, getFTLInstructionStack, getLineNumber, getMessage, getMessageWithoutStackTop, getTemplateName, getTemplateSourceName, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Method Details
-
printStackTrace
Description copied from class:TemplateException
OverridesThrowable.printStackTrace(PrintWriter)
so that it will include the FTL stack trace.- Overrides:
printStackTrace
in classTemplateException
-
printStackTrace
Description copied from class:TemplateException
OverridesThrowable.printStackTrace(PrintStream)
so that it will include the FTL stack trace.- Overrides:
printStackTrace
in classTemplateException
-