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

com.teamscale.report.jacoco.EmptyReportException Maven / Gradle / Ivy

There is a newer version: 34.2.0
Show newest version
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