Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / java / util / IllegalFormatConversionException.js
index 39fb775..f88ce39 100644 (file)
@@ -1,27 +1,27 @@
-Clazz.load(["java.util.IllegalFormatException"],"java.util.IllegalFormatConversionException",["java.lang.NullPointerException"],function(){\r
-c$=Clazz.decorateAsClass(function(){\r
-this.c=0;\r
-this.arg=null;\r
-Clazz.instantialize(this,arguments);\r
-},java.util,"IllegalFormatConversionException",java.util.IllegalFormatException,java.io.Serializable);\r
-Clazz.makeConstructor(c$,\r
-function(c,arg){\r
-Clazz.superConstructor(this,java.util.IllegalFormatConversionException,[]);\r
-this.c=c;\r
-if(arg==null){\r
-throw new NullPointerException();\r
-}this.arg=arg;\r
-},"~N,Class");\r
-Clazz.defineMethod(c$,"getArgumentClass",\r
-function(){\r
-return this.arg;\r
-});\r
-Clazz.defineMethod(c$,"getConversion",\r
-function(){\r
-return this.c;\r
-});\r
-Clazz.overrideMethod(c$,"getMessage",\r
-function(){\r
-return""+this.c+" is incompatible with "+this.arg.getName();\r
-});\r
-});\r
+Clazz.load(["java.util.IllegalFormatException"],"java.util.IllegalFormatConversionException",["java.lang.NullPointerException"],function(){
+c$=Clazz.decorateAsClass(function(){
+this.c=0;
+this.arg=null;
+Clazz.instantialize(this,arguments);
+},java.util,"IllegalFormatConversionException",java.util.IllegalFormatException,java.io.Serializable);
+Clazz.makeConstructor(c$,
+function(c,arg){
+Clazz.superConstructor(this,java.util.IllegalFormatConversionException,[]);
+this.c=c;
+if(arg==null){
+throw new NullPointerException();
+}this.arg=arg;
+},"~N,Class");
+Clazz.defineMethod(c$,"getArgumentClass",
+function(){
+return this.arg;
+});
+Clazz.defineMethod(c$,"getConversion",
+function(){
+return this.c;
+});
+Clazz.overrideMethod(c$,"getMessage",
+function(){
+return""+this.c+" is incompatible with "+this.arg.getName();
+});
+});