blob: 982c777e0363613b8797b7e0323989f02d17acb3 [file] [log] [blame]
Got an NPE: second throw
java.lang.NullPointerException: second throw
at Main.catchAndRethrow(Main.java:36)
at Main.main(Main.java:23)
Caused by: java.lang.NullPointerException: first throw
at Main.throwNullPointerException(Main.java:43)
at Main.catchAndRethrow(Main.java:33)
... 1 more