7f6ad33d748b7ddae74b0a2ca63c033e396dec3b
[jalviewjs.git] / site / 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