Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / lang / ArrayIndexOutOfBoundsException.js
1 Clazz.load(["java.lang.IndexOutOfBoundsException"],"java.lang.ArrayIndexOutOfBoundsException",null,function(){
2 c$=Clazz.declareType(java.lang,"ArrayIndexOutOfBoundsException",IndexOutOfBoundsException);
3 Clazz.makeConstructor(c$,
4 function(index){
5 Clazz.superConstructor(this,ArrayIndexOutOfBoundsException,["Array index out of range: "+index]);
6 },"~N");
7 });