JAL-1807 update
[jalviewjs.git] / site / j2s / java / net / MalformedURLException.js
1 Clazz.declarePackage ("java.net");
2 Clazz.load (["java.io.IOException"], "java.net.MalformedURLException", null, function () {
3 c$ = Clazz.declareType (java.net, "MalformedURLException", java.io.IOException);
4 Clazz.makeConstructor (c$, 
5 function () {
6 Clazz.superConstructor (this, java.net.MalformedURLException, []);
7 });
8 });