This commit is contained in:
Gianpaolo Coro 2015-02-02 10:22:10 +00:00
parent 002802d71e
commit 9863d9931a
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class Transformations {
double d = Double.MAX_VALUE;
try {
d = Double.valueOf(sb.toString());
} catch (Exception e) {
} catch (Throwable e) {
}
if (d > Integer.MAX_VALUE)