X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjava%2Fio%2FWriteAbortedException.js;fp=site%2Fj2s%2Fjava%2Fio%2FWriteAbortedException.js;h=fa5b20db9def3f0e747aa29953f49f8e18ca2968;hp=3506e6f7f3dc72fad932d51f533b5e57c641f4c3;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/java/io/WriteAbortedException.js b/site/j2s/java/io/WriteAbortedException.js index 3506e6f..fa5b20d 100644 --- a/site/j2s/java/io/WriteAbortedException.js +++ b/site/j2s/java/io/WriteAbortedException.js @@ -1,23 +1,23 @@ -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; -}); -}); +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; +}); +});