Created
January 22, 2010 06:29
-
-
Save benw/283555 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Throwing from main | |
uncaughtException catches "thrown by main" | |
Timeout 1 throws | |
Catcher 1 catches "thrown by Timeout 1" | |
Catcher 1 returns | |
Timeout 2 throws | |
Catcher 2 catches "thrown by Timeout 2" | |
Catcher 2 throws | |
uncaughtException catches "thrown by Catcher 2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment