Class TemplateInputException

    • Constructor Detail

      • TemplateInputException

        public TemplateInputException​(String message)
      • TemplateInputException

        public TemplateInputException​(String message,
                                      Throwable cause)
      • TemplateInputException

        public TemplateInputException​(String message,
                                      String templateName,
                                      Throwable cause)
      • TemplateInputException

        public TemplateInputException​(String message,
                                      String 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
      • TemplateInputException

        public TemplateInputException​(String message,
                                      String templateName,
                                      int line,
                                      int col,
                                      Throwable 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