soot.jimple.infoflow.cmd.AbortAnalysisException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soot-infoflow-cmd Show documentation
Show all versions of soot-infoflow-cmd Show documentation
Command-line utility for running FlowDroid
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;
}