a3d18f12c7a8afec7c543e94354d212dc086f884
[jalviewjs.git] / site / j2s / java / lang / StringIndexOutOfBoundsException.js
1 Clazz.load(["java.lang.IndexOutOfBoundsException"],"java.lang.StringIndexOutOfBoundsException",null,function(){
2 c$=Clazz.declareType(java.lang,"StringIndexOutOfBoundsException",IndexOutOfBoundsException);
3 Clazz.makeConstructor(c$,
4 function(index){
5 Clazz.superConstructor(this,StringIndexOutOfBoundsException,["String index out of range: "+index]);
6 },"~N");
7 });