Class MacroParseException

    • Constructor Detail

      • MacroParseException

        public MacroParseException​(String msg,
                                   String templateName,
                                   Token currentToken)
        Deprecated.
        Parameters:
        msg -
        templateName -
        currentToken -
    • Method Detail

      • getTemplateName

        public String getTemplateName()
        Deprecated.
        returns the Template name where this exception occurred.
        Returns:
        The Template name where this exception occurred.
        Since:
        1.5
      • getLineNumber

        public int getLineNumber()
        Deprecated.
        returns the line number where this exception occurred.
        Returns:
        The line number where this exception occurred.
        Since:
        1.5
      • getColumnNumber

        public int getColumnNumber()
        Deprecated.
        returns the column number where this exception occurred.
        Returns:
        The column number where this exception occurred.
        Since:
        1.5
      • getMessage

        public String getMessage()
        Deprecated.
        This method has the standard behavior when this object has been created using the standard constructors. Otherwise, it uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it. If this object has been created due to a parse error, and you do not catch it (it gets thrown from the parser), then this method is called during the printing of the final stack trace, and hence the correct error message gets displayed.
        Overrides:
        getMessage in class Throwable
        Returns:
        the current message.
        Since:
        1.5
      • appendTemplateInfo

        protected void appendTemplateInfo​(StringBuffer sb)
        Deprecated.
        Parameters:
        sb -
        Since:
        1.5