Revision: 3527
Author: [email protected]
Date: Mon May 10 18:25:58 2010
Log: Changed an error message so we get the full stack trace of the error.
http://code.google.com/p/power-architect/source/detail?r=3527
Modified:
/trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/RevisionsTable.java
=======================================
---
/trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/RevisionsTable.java
Mon Mar 29 09:06:23 2010
+++
/trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/RevisionsTable.java
Mon May 10 18:25:58 2010
@@ -195,7 +195,7 @@
}
} catch (Throwable e) {
- throw new RuntimeException("Error getting revision list from
server: " + e);
+ throw new RuntimeException("Error getting revision list from
server ", e);
} finally {
this.setModel(new DefaultTableModel(data, HEADERS) {
public boolean isCellEditable(int x, int y) {