Class StopException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StopException
    extends TemplateException
    This exception is thrown when a #stop directive is encountered.
    See Also:
    Serialized Form
    • Method Detail

      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter pw)
        Description copied from class: TemplateException
        Overrides Throwable.printStackTrace(PrintWriter) so that it will include the FTL stack trace.
        Overrides:
        printStackTrace in class TemplateException
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream ps)
        Description copied from class: TemplateException
        Overrides Throwable.printStackTrace(PrintStream) so that it will include the FTL stack trace.
        Overrides:
        printStackTrace in class TemplateException