All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.qatools.allure.report.AllureReportBuilderException Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package ru.yandex.qatools.allure.report;


/**
 * @author Artem Eroshenko [email protected]
 *         Date: 29.05.14
 *         

* Exception which notify that Allure report can't be created * @see ru.yandex.qatools.allure.report.AllureReportBuilder */ public class AllureReportBuilderException extends Exception { public AllureReportBuilderException(String message) { super(message); } public AllureReportBuilderException(Exception e) { super(e); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy