X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fswingjs%2Fj2s%2Fjava%2Futil%2FFormatFlagsConversionMismatchException.js;fp=site%2Fswingjs%2Fj2s%2Fjava%2Futil%2FFormatFlagsConversionMismatchException.js;h=0431c86a6802828e7baa3ee0b9c29c2b08666b02;hp=edddc59eaec9576c5e78c413d90a571739b3d08b;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/swingjs/j2s/java/util/FormatFlagsConversionMismatchException.js b/site/swingjs/j2s/java/util/FormatFlagsConversionMismatchException.js index edddc59..0431c86 100644 --- a/site/swingjs/j2s/java/util/FormatFlagsConversionMismatchException.js +++ b/site/swingjs/j2s/java/util/FormatFlagsConversionMismatchException.js @@ -1,27 +1,27 @@ -Clazz.load(["java.util.IllegalFormatException"],"java.util.FormatFlagsConversionMismatchException",["java.lang.NullPointerException"],function(){ -c$=Clazz.decorateAsClass(function(){ -this.f=null; -this.c=0; -Clazz.instantialize(this,arguments); -},java.util,"FormatFlagsConversionMismatchException",java.util.IllegalFormatException,java.io.Serializable); -Clazz.makeConstructor(c$, -function(f,c){ -Clazz.superConstructor(this,java.util.FormatFlagsConversionMismatchException,[]); -if(null==f){ -throw new NullPointerException(); -}this.f=f; -this.c=c; -},"~S,~N"); -Clazz.defineMethod(c$,"getFlags", -function(){ -return this.f; -}); -Clazz.defineMethod(c$,"getConversion", -function(){ -return this.c; -}); -Clazz.overrideMethod(c$,"getMessage", -function(){ -return"Mismatched Convertor ="+this.c+", Flags= "+this.f; -}); -}); +Clazz.load(["java.util.IllegalFormatException"],"java.util.FormatFlagsConversionMismatchException",["java.lang.NullPointerException"],function(){ +c$=Clazz.decorateAsClass(function(){ +this.f=null; +this.c=0; +Clazz.instantialize(this,arguments); +},java.util,"FormatFlagsConversionMismatchException",java.util.IllegalFormatException,java.io.Serializable); +Clazz.makeConstructor(c$, +function(f,c){ +Clazz.superConstructor(this,java.util.FormatFlagsConversionMismatchException,[]); +if(null==f){ +throw new NullPointerException(); +}this.f=f; +this.c=c; +},"~S,~N"); +Clazz.defineMethod(c$,"getFlags", +function(){ +return this.f; +}); +Clazz.defineMethod(c$,"getConversion", +function(){ +return this.c; +}); +Clazz.overrideMethod(c$,"getMessage", +function(){ +return"Mismatched Convertor ="+this.c+", Flags= "+this.f; +}); +});