Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[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 });