Revision: 4901
          http://sourceforge.net/p/vexi/code/4901
Author:   clrg
Date:     2016-11-18 12:45:45 +0000 (Fri, 18 Nov 2016)
Log Message:
-----------
Disambiguate exception message.

Modified Paths:
--------------
    branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp

Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp  
2016-11-17 13:26:41 UTC (rev 4900)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp  
2016-11-18 12:45:45 UTC (rev 4901)
@@ -334,8 +334,8 @@
     public static class Immutable implements JS {
         public JS unclone() { return this; }
 
-        public Keys keys() throws JSExn { throw new JSExn(type()+" has no key 
set"); }
-        public Set keySet() throws JSExn { throw new JSExn(type()+" has no key 
set");  }
+        public Keys keys() throws JSExn { throw new JSExn(type()+" has no 
KeySet"); }
+        public Set keySet() throws JSExn { throw new JSExn(type()+" has no 
KeySet");  }
         public JS get(JS key) throws JSExn {
             //#noswitch - leave, needed for jsdoc
             /*@PAGE(varname=Immutable,humanname=Immutable JS Object)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to