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

soot.jimple.infoflow.cmd.AbortAnalysisException Maven / Gradle / Ivy

There is a newer version: 2.14.1
Show newest version
package soot.jimple.infoflow.cmd;

/**
 * Exception that is thrown when a method wants to abort the data flow analysis
 * 
 * @author Steven Arzt
 *
 */
public class AbortAnalysisException extends RuntimeException {

	private static final long serialVersionUID = 1680221667425749422L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy