Revision: 4378
          http://vexi.svn.sourceforge.net/vexi/?rev=4378&view=rev
Author:   mkpg2
Date:     2012-04-09 03:43:07 +0000 (Mon, 09 Apr 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSExn.jpp

Modified: trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSExn.jpp
===================================================================
--- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSExn.jpp        
2012-04-05 03:17:05 UTC (rev 4377)
+++ trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSExn.jpp        
2012-04-09 03:43:07 UTC (rev 4378)
@@ -218,13 +218,7 @@
         }
         
         public String getMessage() {
-            try {
-                return JSU.toString(js.get(SC_message));
-            } catch (JSExn e) {
-                // Shouldn't happen
-            }
-            return null;
-            //JSExn.this = x;
+            return JSU.toString(js.getSafe(SC_message));
         }
         
         // Get back the JSExn. Used by the interpreter when throwing an 
ExnJSObj

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


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to