Revision: 17172
          http://sourceforge.net/p/gate/code/17172
Author:   markagreenwood
Date:     2013-12-14 09:08:07 +0000 (Sat, 14 Dec 2013)
Log Message:
-----------
makes the error message slightly more helpful

Modified Paths:
--------------
    gate/trunk/src/main/gate/gui/ResourceParametersEditor.java

Modified: gate/trunk/src/main/gate/gui/ResourceParametersEditor.java
===================================================================
--- gate/trunk/src/main/gate/gui/ResourceParametersEditor.java  2013-12-12 
18:24:47 UTC (rev 17171)
+++ gate/trunk/src/main/gate/gui/ResourceParametersEditor.java  2013-12-14 
09:08:07 UTC (rev 17172)
@@ -926,7 +926,7 @@
           }
           catch(Exception ex) {
             throw new LuckyException("Error calling \"values\" method of an "
-                    + "enum type");
+                    + "enum type", ex);
           }
         }
         else {

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


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to