File size: 338 Bytes
233f6d4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
Clazz.declarePackage ("java.net");
Clazz.load (["java.io.IOException"], "java.net.UnknownServiceException", null, function () {
c$ = Clazz.declareType (java.net, "UnknownServiceException", java.io.IOException);
Clazz.makeConstructor (c$, 
function () {
Clazz.superConstructor (this, java.net.UnknownServiceException, []);
});
});