
scm.SchemeError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasmin Show documentation
Show all versions of jasmin Show documentation
Java Assembler Interface for the Soot framework
package scm;
public class SchemeError extends RuntimeException {
public SchemeError() {
super();
}
public SchemeError(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy