JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / swingjs / j2s / java / lang / StringIndexOutOfBoundsException.js
1 Clazz.load(["java.lang.IndexOutOfBoundsException"],"java.lang.StringIndexOutOfBoundsException",null,function(){\r
2 c$=Clazz.declareType(java.lang,"StringIndexOutOfBoundsException",IndexOutOfBoundsException);\r
3 Clazz.makeConstructor(c$,\r
4 function(index){\r
5 Clazz.superConstructor(this,StringIndexOutOfBoundsException,["String index out of range: "+index]);\r
6 },"~N");\r
7 });\r