public class StopException extends TemplateException
Modifier and Type | Method and 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. |
getCause, getCauseException, getEnvironment, getFTLInstructionStack, getMessage, getMessageWithoutStackTop, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTrace
public void printStackTrace(java.io.PrintWriter pw)
TemplateException
Throwable.printStackTrace(PrintWriter)
so that it will include the FTL stack trace.printStackTrace
in class TemplateException
public void printStackTrace(java.io.PrintStream ps)
TemplateException
Throwable.printStackTrace(PrintStream)
so that it will include the FTL stack trace.printStackTrace
in class TemplateException