ru.yandex.qatools.allure.report.AllureReportBuilderException Maven / Gradle / Ivy
The 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