Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / org / xml / sax / SAXException.js
index 9063f2b..e7ed0dd 100644 (file)
@@ -1,46 +1,46 @@
-Clazz.declarePackage ("org.xml.sax");\r
-Clazz.load (["java.lang.Exception"], "org.xml.sax.SAXException", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.exception = null;\r
-Clazz.instantialize (this, arguments);\r
-}, org.xml.sax, "SAXException", Exception);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, org.xml.sax.SAXException);\r
-this.exception = null;\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (message) {\r
-Clazz.superConstructor (this, org.xml.sax.SAXException, [message]);\r
-this.exception = null;\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function (e) {\r
-Clazz.superConstructor (this, org.xml.sax.SAXException);\r
-this.exception = e;\r
-}, "Exception");\r
-Clazz.makeConstructor (c$, \r
-function (message, e) {\r
-Clazz.superConstructor (this, org.xml.sax.SAXException, [message]);\r
-this.exception = e;\r
-}, "~S,Exception");\r
-Clazz.defineMethod (c$, "getMessage", \r
-function () {\r
-var message = Clazz.superCall (this, org.xml.sax.SAXException, "getMessage", []);\r
-if (message == null && this.exception != null) {\r
-return this.exception.getMessage ();\r
-} else {\r
-return message;\r
-}});\r
-Clazz.defineMethod (c$, "getException", \r
-function () {\r
-return this.exception;\r
-});\r
-Clazz.defineMethod (c$, "toString", \r
-function () {\r
-if (this.exception != null) {\r
-return this.exception.toString ();\r
-} else {\r
-return Clazz.superCall (this, org.xml.sax.SAXException, "toString", []);\r
-}});\r
-});\r
+Clazz.declarePackage ("org.xml.sax");
+Clazz.load (["java.lang.Exception"], "org.xml.sax.SAXException", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.exception = null;
+Clazz.instantialize (this, arguments);
+}, org.xml.sax, "SAXException", Exception);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, org.xml.sax.SAXException);
+this.exception = null;
+});
+Clazz.makeConstructor (c$, 
+function (message) {
+Clazz.superConstructor (this, org.xml.sax.SAXException, [message]);
+this.exception = null;
+}, "~S");
+Clazz.makeConstructor (c$, 
+function (e) {
+Clazz.superConstructor (this, org.xml.sax.SAXException);
+this.exception = e;
+}, "Exception");
+Clazz.makeConstructor (c$, 
+function (message, e) {
+Clazz.superConstructor (this, org.xml.sax.SAXException, [message]);
+this.exception = e;
+}, "~S,Exception");
+Clazz.defineMethod (c$, "getMessage", 
+function () {
+var message = Clazz.superCall (this, org.xml.sax.SAXException, "getMessage", []);
+if (message == null && this.exception != null) {
+return this.exception.getMessage ();
+} else {
+return message;
+}});
+Clazz.defineMethod (c$, "getException", 
+function () {
+return this.exception;
+});
+Clazz.defineMethod (c$, "toString", 
+function () {
+if (this.exception != null) {
+return this.exception.toString ();
+} else {
+return Clazz.superCall (this, org.xml.sax.SAXException, "toString", []);
+}});
+});