Class JadeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JadeCompilerException, JadeLexerException, JadeParserException

public abstract class JadeException extends RuntimeException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • filename

      private String filename
    • lineNumber

      private int lineNumber
    • templateLoader

      private TemplateLoader templateLoader
  • Constructor Details

  • Method Details

    • getFilename

      public String getFilename()
    • getLineNumber

      public int getLineNumber()
    • getTemplateLines

      public List<String> getTemplateLines()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getMessage

      public String getMessage()
      Returns the detail message string of this throwable.
      Overrides:
      getMessage in class Throwable
      Returns:
      the detail message string of this Throwable instance (which may be null).
    • toHtmlString

      public String toHtmlString()
    • toHtmlString

      public String toHtmlString(String generatedHtml)
    • getName

      private String getName()