gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/swamp Graphs.java


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/swamp Graphs.java
Date: Wed, 21 May 2003 14:32:56 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Matti Katila <address@hidden>   03/05/21 14:32:56

Modified files:
        org/fenfire/swamp: Graphs.java 

Log message:
        more information of the exception

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/swamp/Graphs.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/swamp/Graphs.java
diff -u fenfire/org/fenfire/swamp/Graphs.java:1.2 
fenfire/org/fenfire/swamp/Graphs.java:1.3
--- fenfire/org/fenfire/swamp/Graphs.java:1.2   Tue Apr 15 10:46:03 2003
+++ fenfire/org/fenfire/swamp/Graphs.java       Wed May 21 14:32:56 2003
@@ -56,7 +56,7 @@
            }
            return m;
        } catch(Exception e) {
-           throw new Error("Exception converting graph");
+           throw new Error("Exception converting graph "+e);
        }
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]