Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 605:9e30c776cbef
Improved the exception handling.
flys-client/trunk@2212 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 23 Jun 2011 09:22:54 +0000 |
parents | 84d3c5fde5bb |
children | 69c0a6ecad57 |
comparison
equal
deleted
inserted
replaced
604:84d3c5fde5bb | 605:9e30c776cbef |
---|---|
1 2011-06-23 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
4 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
5 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
6 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: | |
7 Added more i18n strings for the project list and error messages. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added a | |
10 handler that catches uncaught exceptions. Those exceptions are displayed | |
11 using a new method showWarning(Throwable t). This method brings up a | |
12 Window that displays the stacktrace of the exceptions. | |
13 | |
1 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * pom.xml: Added dependency to Apache Commons Lang 2.6 http://commons.apache.org/lang/ | 16 * pom.xml: Added dependency to Apache Commons Lang 2.6 http://commons.apache.org/lang/ |
4 Used for proper HTML string escaping. | 17 Used for proper HTML string escaping. |
5 | 18 |