public class StopException extends TemplateException
| Modifier and Type | Method | Description |
|---|---|---|
void |
printStackTrace(java.io.PrintStream ps) |
Overrides
Throwable.printStackTrace(PrintStream) so that it will include the FTL stack trace. |
void |
printStackTrace(java.io.PrintWriter pw) |
Overrides
Throwable.printStackTrace(PrintWriter) so that it will include the FTL stack trace. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBlamedExpressionString, getCauseException, getColumnNumber, getEndColumnNumber, getEndLineNumber, getEnvironment, getFTLInstructionStack, getLineNumber, getMessage, getMessageWithoutStackTop, getTemplateName, getTemplateSourceName, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTracepublic void printStackTrace(java.io.PrintWriter pw)
TemplateExceptionThrowable.printStackTrace(PrintWriter) so that it will include the FTL stack trace.printStackTrace in class TemplateExceptionpublic void printStackTrace(java.io.PrintStream ps)
TemplateExceptionThrowable.printStackTrace(PrintStream) so that it will include the FTL stack trace.printStackTrace in class TemplateException