![JAR search and dependency download from the Maven repository](/logo.png)
org.jruby.compiler.NotCompilableException Maven / Gradle / Ivy
The newest version!
package org.jruby.compiler;
public class NotCompilableException extends RuntimeException {
private static final long serialVersionUID = 8481162670192366492L;
public NotCompilableException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy