Class AutotestException

    • Constructor Detail

      • AutotestException

        public AutotestException​(String templateId,
                                 Throwable err)
        Constructor when rendering failed.
        Parameters:
        templateId - the ID of the template
        err - the original error
      • AutotestException

        public AutotestException​(String templateId,
                                 String expected,
                                 String rendered)
        Constructor when rendered is different than excepted.
        Parameters:
        templateId - the ID of the template
        expected - what was expected
        rendered - what was rendered