com.teamscale.report.jacoco.EmptyReportException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of report-generator Show documentation
Show all versions of report-generator Show documentation
Utilities for generating JaCoCo and Testwise Coverage reports
package com.teamscale.report.jacoco;
/**
* Exception indicating that the generated report was empty and no {@link CoverageFile} was written to disk.
*/
public class EmptyReportException extends Exception {
public EmptyReportException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy