Interface ExtendedParseException

    • Method Detail

      • getTemplateName

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

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

        int getColumnNumber()
        returns the column number where this exception occurred.
        Returns:
        The column number where this exception occurred.