JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / com / stevesoft / pat / RegSyntaxError.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["java.lang.Error"], "com.stevesoft.pat.RegSyntaxError", ["com.stevesoft.pat.RegSyntax"], function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "RegSyntaxError", Error);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.RegSyntaxError, []);\r
7 });\r
8 c$.endItAll = Clazz.defineMethod (c$, "endItAll", \r
9 function (s) {\r
10 if (com.stevesoft.pat.RegSyntaxError.RegSyntaxErrorEnabled) {\r
11 throw  new com.stevesoft.pat.RegSyntaxError (s);\r
12 }throw  new com.stevesoft.pat.RegSyntax (s);\r
13 }, "~S");\r
14 Clazz.defineStatics (c$,\r
15 "RegSyntaxErrorEnabled", false);\r
16 });\r