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

nfa.transitionlabel.EmptyTransitionLabelException 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 nfa.transitionlabel;

public class EmptyTransitionLabelException extends Exception {
	
	private static final long serialVersionUID = 1L;

	public EmptyTransitionLabelException(String label) {
		super("Empty transition label:" + label);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy