
jas.jasError 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 jas;
/**
* Error thrown on problems encountered while running the
* basic jas assembler itself.
* @author $Author: fqian $
* @version $Revision: 1.1 $
*/
public class jasError extends Exception
{
public jasError() { super(); }
public jasError(String s) { super(s); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy