jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 1 | Got an NPE: second throw |
| 2 | java.lang.NullPointerException: second throw |
Andreas Gampe | 99babb6 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 3 | at Main.catchAndRethrow(Main.java:77) |
| 4 | at Main.exceptions_007(Main.java:59) |
| 5 | at Main.main(Main.java:67) |
jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 6 | Caused by: java.lang.NullPointerException: first throw |
Andreas Gampe | 99babb6 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 7 | at Main.throwNullPointerException(Main.java:84) |
| 8 | at Main.catchAndRethrow(Main.java:74) |
buzbee | 3241296 | 2012-06-26 16:27:56 -0700 | [diff] [blame] | 9 | ... 2 more |
Andreas Gampe | bfdcdc1 | 2015-04-22 18:10:36 -0700 | [diff] [blame] | 10 | Static Init |
Andreas Gampe | 99babb6 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 11 | BadError: This is bad by convention: BadInit |
Andreas Gampe | cb08695 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 12 | java.lang.NoClassDefFoundError: BadInit |
Andreas Gampe | 99babb6 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 13 | BadError: This is bad by convention: BadInit |
| 14 | Static BadInitNoStringInit |
| 15 | BadErrorNoStringInit: This is bad by convention |
Andreas Gampe | cb08695 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 16 | java.lang.NoClassDefFoundError: BadInitNoStringInit |
Andreas Gampe | 99babb6 | 2015-11-02 16:20:00 -0800 | [diff] [blame] | 17 | BadErrorNoStringInit: This is bad by convention |