Interface ExtendedParseException

    • Method Detail

      • getTemplateName

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

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

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