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

analysis.NoAnalysisFoundException Maven / Gradle / Ivy

Go to download

A tool to perform static analysis on regexes to determine whether they are vulnerable to ReDoS.

There is a newer version: 1.0.8
Show newest version
package analysis;

public class NoAnalysisFoundException extends RuntimeException {
	private static final long serialVersionUID = 4271497904935133142L;

	public NoAnalysisFoundException() {
		super();
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy