blob: 92c79dc2a09dd8c72304e4bb07a1219680be2f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Got an NPE: second throw
java.lang.NullPointerException: second throw
at Main.catchAndRethrow(Main.java:58)
at Main.exceptions_007(Main.java:41)
at Main.main(Main.java:49)
Caused by: java.lang.NullPointerException: first throw
at Main.throwNullPointerException(Main.java:65)
at Main.catchAndRethrow(Main.java:55)
... 2 more
Static Init
BadError: This is bad by convention
BadError: This is bad by convention
|