X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=bin%2Fjalview%2Fanalysis%2FWUSSParseException.js;fp=bin%2Fjalview%2Fanalysis%2FWUSSParseException.js;h=535f6ac42871004d3bbb91cb69801510839cc1da;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=32861ff8fabe92226b97553fadf1193b9fb750cd;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/bin/jalview/analysis/WUSSParseException.js b/bin/jalview/analysis/WUSSParseException.js index 32861ff..535f6ac 100644 --- a/bin/jalview/analysis/WUSSParseException.js +++ b/bin/jalview/analysis/WUSSParseException.js @@ -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"); +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; +}); +});