Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / io / WriteAbortedException.js
index 3506e6f..fa5b20d 100644 (file)
@@ -1,23 +1,23 @@
-Clazz.load(["java.io.ObjectStreamException"],"java.io.WriteAbortedException",null,function(){\r
-c$=Clazz.decorateAsClass(function(){\r
-this.detail=null;\r
-Clazz.instantialize(this,arguments);\r
-},java.io,"WriteAbortedException",java.io.ObjectStreamException);\r
-Clazz.makeConstructor(c$,\r
-function(detailMessage,rootCause){\r
-Clazz.superConstructor(this,java.io.WriteAbortedException,[detailMessage]);\r
-this.detail=rootCause;\r
-this.initCause(rootCause);\r
-},"~S,Exception");\r
-Clazz.defineMethod(c$,"getMessage",\r
-function(){\r
-var msg=Clazz.superCall(this,java.io.WriteAbortedException,"getMessage",[]);\r
-if(this.detail!=null){\r
-msg=msg+"; "+this.detail.toString();\r
-}return msg;\r
-});\r
-Clazz.overrideMethod(c$,"getCause",\r
-function(){\r
-return this.detail;\r
-});\r
-});\r
+Clazz.load(["java.io.ObjectStreamException"],"java.io.WriteAbortedException",null,function(){
+c$=Clazz.decorateAsClass(function(){
+this.detail=null;
+Clazz.instantialize(this,arguments);
+},java.io,"WriteAbortedException",java.io.ObjectStreamException);
+Clazz.makeConstructor(c$,
+function(detailMessage,rootCause){
+Clazz.superConstructor(this,java.io.WriteAbortedException,[detailMessage]);
+this.detail=rootCause;
+this.initCause(rootCause);
+},"~S,Exception");
+Clazz.defineMethod(c$,"getMessage",
+function(){
+var msg=Clazz.superCall(this,java.io.WriteAbortedException,"getMessage",[]);
+if(this.detail!=null){
+msg=msg+"; "+this.detail.toString();
+}return msg;
+});
+Clazz.overrideMethod(c$,"getCause",
+function(){
+return this.detail;
+});
+});