X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjava%2Flang%2FTypeNotPresentException.js;h=19ad7a973b2519acb4b3d6ec2e6e2f85983e7183;hp=2868473649dbac06d96409d9584bacd0f915ebec;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/java/lang/TypeNotPresentException.js b/site/j2s/java/lang/TypeNotPresentException.js index 2868473..19ad7a9 100644 --- a/site/j2s/java/lang/TypeNotPresentException.js +++ b/site/j2s/java/lang/TypeNotPresentException.js @@ -1,15 +1,15 @@ -Clazz.load(["java.lang.RuntimeException"],"java.lang.TypeNotPresentException",null,function(){ -c$=Clazz.decorateAsClass(function(){ -this.$typeName=null; -Clazz.instantialize(this,arguments); -},java.lang,"TypeNotPresentException",RuntimeException); -Clazz.makeConstructor(c$, -function(typeName,cause){ -Clazz.superConstructor(this,TypeNotPresentException,["Type "+typeName+" not present",cause]); -this.$typeName=typeName; -},"~S,Throwable"); -Clazz.defineMethod(c$,"typeName", -function(){ -return this.$typeName; -}); -}); +Clazz.load(["java.lang.RuntimeException"],"java.lang.TypeNotPresentException",null,function(){ +c$=Clazz.decorateAsClass(function(){ +this.$typeName=null; +Clazz.instantialize(this,arguments); +},java.lang,"TypeNotPresentException",RuntimeException); +Clazz.makeConstructor(c$, +function(typeName,cause){ +Clazz.superConstructor(this,TypeNotPresentException,["Type "+typeName+" not present",cause]); +this.$typeName=typeName; +},"~S,Throwable"); +Clazz.defineMethod(c$,"typeName", +function(){ +return this.$typeName; +}); +});