All Downloads are FREE. Search and download functionalities are using the official Maven repository.

netscape.javascript.JSException Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package netscape.javascript;

public class JSException extends RuntimeException {

	private static final long serialVersionUID = -615979841431288938L;

	public JSException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy