CompilerRuntime.CoreASMCException Maven / Gradle / Ivy
package CompilerRuntime;
public class CoreASMCException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public CoreASMCException(String s){
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy