JAL-1807 update
[jalviewjs.git] / site / j2s / java / lang / TypeNotPresentException.js
1 Clazz.load(["java.lang.RuntimeException"],"java.lang.TypeNotPresentException",null,function(){
2 c$=Clazz.decorateAsClass(function(){
3 this.$typeName=null;
4 Clazz.instantialize(this,arguments);
5 },java.lang,"TypeNotPresentException",RuntimeException);
6 Clazz.makeConstructor(c$,
7 function(typeName,cause){
8 Clazz.superConstructor(this,TypeNotPresentException,["Type "+typeName+" not present",cause]);
9 this.$typeName=typeName;
10 },"~S,Throwable");
11 Clazz.defineMethod(c$,"typeName",
12 function(){
13 return this.$typeName;
14 });
15 });