4c44ef554c626a91017943e1abc4f4f4a7854c87
[jalviewjs.git] / site / j2s / com / stevesoft / pat / NotImplementedError.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["java.lang.Error"], "com.stevesoft.pat.NotImplementedError", null, function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "NotImplementedError", Error);
4 });