public class StopException extends TemplateException
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace(PrintStream ps)
Overrides
Throwable.printStackTrace(PrintStream) so that it will include the FTL stack trace. |
void |
printStackTrace(PrintWriter pw)
Overrides
Throwable.printStackTrace(PrintWriter) so that it will include the FTL stack trace. |
getBlamedExpressionString, getCauseException, getColumnNumber, getEndColumnNumber, getEndLineNumber, getEnvironment, getFTLInstructionStack, getLineNumber, getMessage, getMessageWithoutStackTop, getTemplateName, getTemplateSourceName, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic void printStackTrace(PrintWriter pw)
TemplateExceptionThrowable.printStackTrace(PrintWriter) so that it will include the FTL stack trace.printStackTrace in class TemplateExceptionpublic void printStackTrace(PrintStream ps)
TemplateExceptionThrowable.printStackTrace(PrintStream) so that it will include the FTL stack trace.printStackTrace in class TemplateException