JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / 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 });