Created
August 13, 2016 15:26
-
-
Save scratchboom/def79563ae90a1a4bb1c4642b0133931 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: java.lang.NumberFormatException: For input string: "" | |
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) | |
at java.lang.Long.parseLong(Long.java:431) | |
at java.lang.Long.parseLong(Long.java:468) | |
at java.text.DigitList.getLong(DigitList.java:177) | |
at java.text.DecimalFormat.parse(DecimalFormat.java:1298) | |
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1589) | |
2. | |
Caused by: java.lang.NumberFormatException: For input string: ".10201E.102014E4" | |
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224) | |
at java.lang.Double.parseDouble(Double.java:510) | |
at java.text.DigitList.getDouble(DigitList.java:151) | |
at java.text.DecimalFormat.parse(DecimalFormat.java:1303) | |
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1589) | |
3. | |
Caused by: java.lang.NumberFormatException: multiple points | |
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1084) | |
at java.lang.Double.parseDouble(Double.java:510) | |
at java.text.DigitList.getDouble(DigitList.java:151) | |
at java.text.DecimalFormat.parse(DecimalFormat.java:1303) | |
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1936) | |
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1312) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment