Class TemplateInitException

    • Constructor Detail

      • TemplateInitException

        public TemplateInitException​(String msg,
                                     String templateName,
                                     int col,
                                     int line)
        Parameters:
        msg -
        templateName -
        col -
        line -
      • TemplateInitException

        public TemplateInitException​(String msg,
                                     ParseException parseException,
                                     String templateName,
                                     int col,
                                     int line)
        Parameters:
        msg -
        parseException -
        templateName -
        col -
        line -
      • TemplateInitException

        public TemplateInitException​(String msg,
                                     ParseException parseException,
                                     String[] stacktrace,
                                     String templateName,
                                     int col,
                                     int line)
        Parameters:
        msg -
        parseException -
        stacktrace -
        templateName -
        col -
        line -
        Since:
        2.2
    • Method Detail

      • getLineNumber

        public int getLineNumber()
        Returns the line number where this exception occurred.
        Specified by:
        getLineNumber in interface ExtendedParseException
        Returns:
        the line number
      • getColumnNumber

        public int getColumnNumber()
        Returns the column number where this exception occurred.
        Specified by:
        getColumnNumber in interface ExtendedParseException
        Returns:
        the line number