Class TemplateProcessingException

    • Constructor Summary

      Constructors 
      Constructor Description
       message)  
       message,  templateName, int line, int col)  
       message,  templateName, int line, int col,  cause)  
       message,  templateName,  cause)  
       message,  cause)  
    • Constructor Detail

      • TemplateProcessingException

        public TemplateProcessingException​( message)
      • TemplateProcessingException

        public TemplateProcessingException​( message,
                                            cause)
      • TemplateProcessingException

        public TemplateProcessingException​( message,
                                            templateName,
                                            cause)
      • TemplateProcessingException

        public TemplateProcessingException​( message,
                                            templateName,
                                           int line,
                                           int col)
        Parameters:
        message - The message of the exception
        templateName - The name of the template for which the exception is thrown
        line - line position of the event that caused the exception
        col - columns position of the event that caused the exception
        Since:
        3.0.0
      • TemplateProcessingException

        public TemplateProcessingException​( message,
                                            templateName,
                                           int line,
                                           int col,
                                            cause)
        Parameters:
        message - The message of the exception
        templateName - The name of the template for which the exception is thrown
        line - line position of the event that caused the exception
        col - columns position of the event that caused the exception
        cause - cause to be nested inside the exception
        Since:
        3.0.0
    • Method Detail

      • getTemplateName

        public  getTemplateName()
      • hasTemplateName

        public boolean hasTemplateName()
      • getLine

        public  getLine()
      • getCol

        public  getCol()
      • hasLineAndCol

        public boolean hasLineAndCol()
      • setTemplateName

        public void setTemplateName​( templateName)
      • setLineAndCol

        public void setLineAndCol​(int line,
                                  int col)
      • getMessage

        public  getMessage()
        Overrides:
         in class