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. |
getCause, getCauseException, getEnvironment, getFTLInstructionStack, getMessage, getMessageWithoutStackTop, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTraceaddSuppressed, fillInStackTrace, 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