Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / lang / ClassNotFoundException.js
index f2d430e..e3574f8 100644 (file)
@@ -1,27 +1,27 @@
-Clazz.load(["java.lang.Exception"],"java.lang.ClassNotFoundException",null,function(){\r
-c$=Clazz.decorateAsClass(function(){\r
-this.ex=null;\r
-Clazz.instantialize(this,arguments);\r
-},java.lang,"ClassNotFoundException",Exception);\r
-Clazz.makeConstructor(c$,\r
-function(){\r
-Clazz.superConstructor(this,ClassNotFoundException,[Clazz.castNullAs("Throwable")]);\r
-});\r
-Clazz.makeConstructor(c$,\r
-function(detailMessage){\r
-Clazz.superConstructor(this,ClassNotFoundException,[detailMessage,null]);\r
-},"~S");\r
-Clazz.makeConstructor(c$,\r
-function(detailMessage,exception){\r
-Clazz.superConstructor(this,ClassNotFoundException,[detailMessage]);\r
-this.ex=exception;\r
-},"~S,Throwable");\r
-Clazz.defineMethod(c$,"getException",\r
-function(){\r
-return this.ex;\r
-});\r
-Clazz.overrideMethod(c$,"getCause",\r
-function(){\r
-return this.ex;\r
-});\r
-});\r
+Clazz.load(["java.lang.Exception"],"java.lang.ClassNotFoundException",null,function(){
+c$=Clazz.decorateAsClass(function(){
+this.ex=null;
+Clazz.instantialize(this,arguments);
+},java.lang,"ClassNotFoundException",Exception);
+Clazz.makeConstructor(c$,
+function(){
+Clazz.superConstructor(this,ClassNotFoundException,[Clazz.castNullAs("Throwable")]);
+});
+Clazz.makeConstructor(c$,
+function(detailMessage){
+Clazz.superConstructor(this,ClassNotFoundException,[detailMessage,null]);
+},"~S");
+Clazz.makeConstructor(c$,
+function(detailMessage,exception){
+Clazz.superConstructor(this,ClassNotFoundException,[detailMessage]);
+this.ex=exception;
+},"~S,Throwable");
+Clazz.defineMethod(c$,"getException",
+function(){
+return this.ex;
+});
+Clazz.overrideMethod(c$,"getCause",
+function(){
+return this.ex;
+});
+});