blob: 982c777e0363613b8797b7e0323989f02d17acb3 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001Got an NPE: second throw
2java.lang.NullPointerException: second throw
Elliott Hughes510c8782011-10-06 10:57:34 -07003 at Main.catchAndRethrow(Main.java:36)
4 at Main.main(Main.java:23)
jeffhao5d1ac922011-09-29 17:41:15 -07005Caused by: java.lang.NullPointerException: first throw
6 at Main.throwNullPointerException(Main.java:43)
Elliott Hughes510c8782011-10-06 10:57:34 -07007 at Main.catchAndRethrow(Main.java:33)
buzbee68c54782011-10-01 12:42:21 -07008 ... 1 more