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

com.aventstack.extentreports.exceptions.InvalidAnalysisStrategyException Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.exceptions;

public class InvalidAnalysisStrategyException extends IllegalArgumentException {

	private static final long serialVersionUID = 5955632288593334683L;

	public InvalidAnalysisStrategyException(String message) {
		super(message);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy