Revision: 4753
          http://sourceforge.net/p/vexi/code/4753
Author:   mkpg2
Date:     2014-11-26 06:28:23 +0000 (Wed, 26 Nov 2014)
Log Message:
-----------
Fix. Error handling. HTTP error response appearing as unhandled java exception.

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

Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp      
2014-11-23 17:56:31 UTC (rev 4752)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp      
2014-11-26 06:28:23 UTC (rev 4753)
@@ -760,7 +760,7 @@
                    }
                    return new InputStreamReader(is, "UTF8");
                }catch(Exception e){
-                       throw new JSExn(e);
+                       throw JSU.handleFountainExn(e);
                }
         }
     }

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


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to