Revision: 15022
          http://gate.svn.sourceforge.net/gate/?rev=15022&view=rev
Author:   markagreenwood
Date:     2012-01-12 19:29:01 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
display the actual exception not just a mostly useless message

Modified Paths:
--------------
    gate/trunk/src/gate/util/persistence/PersistenceManager.java

Modified: gate/trunk/src/gate/util/persistence/PersistenceManager.java
===================================================================
--- gate/trunk/src/gate/util/persistence/PersistenceManager.java        
2012-01-12 19:26:47 UTC (rev 15021)
+++ gate/trunk/src/gate/util/persistence/PersistenceManager.java        
2012-01-12 19:29:01 UTC (rev 15022)
@@ -845,6 +845,7 @@
           catch(GateException ge) {
             Err.prln("Could not reload creole directory "
                     + anUrl.toExternalForm());
+            ge.printStackTrace(Err.getPrintWriter());
           }
         }
 

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to