Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / lang / TypeNotPresentException.js
index 2868473..19ad7a9 100644 (file)
@@ -1,15 +1,15 @@
-Clazz.load(["java.lang.RuntimeException"],"java.lang.TypeNotPresentException",null,function(){\r
-c$=Clazz.decorateAsClass(function(){\r
-this.$typeName=null;\r
-Clazz.instantialize(this,arguments);\r
-},java.lang,"TypeNotPresentException",RuntimeException);\r
-Clazz.makeConstructor(c$,\r
-function(typeName,cause){\r
-Clazz.superConstructor(this,TypeNotPresentException,["Type "+typeName+" not present",cause]);\r
-this.$typeName=typeName;\r
-},"~S,Throwable");\r
-Clazz.defineMethod(c$,"typeName",\r
-function(){\r
-return this.$typeName;\r
-});\r
-});\r
+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;
+});
+});