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