JAL-1807 still testing
[jalviewjs.git] / bin / jalview / analysis / WUSSParseException.js
index 32861ff..535f6ac 100644 (file)
@@ -1,20 +1,20 @@
-Clazz.declarePackage ("jalview.analysis");
-Clazz.load (["java.lang.Exception"], "jalview.analysis.WUSSParseException", null, function () {
-c$ = Clazz.decorateAsClass (function () {
-this.problemPos = 0;
-Clazz.instantialize (this, arguments);
-}, jalview.analysis, "WUSSParseException", Exception);
-Clazz.makeConstructor (c$, 
-function (problemPos) {
-this.construct ("Invalid WUSS Notation", problemPos);
-}, "~N");
-Clazz.makeConstructor (c$, 
-function (message, problemPos) {
-Clazz.superConstructor (this, jalview.analysis.WUSSParseException, [message + " at or near position " + problemPos]);
-this.problemPos = problemPos;
-}, "~S,~N");
-Clazz.defineMethod (c$, "getProblemPos", 
-function () {
-return this.problemPos;
-});
-});
+Clazz.declarePackage ("jalview.analysis");\r
+Clazz.load (["java.lang.Exception"], "jalview.analysis.WUSSParseException", null, function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.problemPos = 0;\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.analysis, "WUSSParseException", Exception);\r
+Clazz.makeConstructor (c$, \r
+function (problemPos) {\r
+this.construct ("Invalid WUSS Notation", problemPos);\r
+}, "~N");\r
+Clazz.makeConstructor (c$, \r
+function (message, problemPos) {\r
+Clazz.superConstructor (this, jalview.analysis.WUSSParseException, [message + " at or near position " + problemPos]);\r
+this.problemPos = problemPos;\r
+}, "~S,~N");\r
+Clazz.defineMethod (c$, "getProblemPos", \r
+function () {\r
+return this.problemPos;\r
+});\r
+});\r