Home | History | Annotate | Download | only in 007-exceptions
      1 Got an NPE: second throw
      2 java.lang.NullPointerException: second throw
      3 	at Main.catchAndRethrow(Main.java:36)
      4 	at Main.main(Main.java:23)
      5 	at dalvik.system.NativeStart.main(Native Method)
      6 Caused by: java.lang.NullPointerException: first throw
      7 	at Main.throwNullPointerException(Main.java:43)
      8 	at Main.catchAndRethrow(Main.java:33)
      9 	... 2 more
     10