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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class freemarker.template.TemplateException
getCauseException, getEnvironment, getFTLInstructionStack, getFTLStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopException
-
StopException
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTracein classTemplateException
-
printStackTrace
- Overrides:
printStackTracein classTemplateException
-