Last change
on this file since 0f612d2 was
ecfd758,
checked in by Andrew Beach <ajbeach@…>, 4 years ago
|
Major exception update, seperating type-ids from virtual tables. The major interface changes are done. There is a regression of ?Cancelled(T) to Some?Cancelled. There is some bits of code for the new verion of the ?Cancelled(T) interface already there. Not connected yet but I just reached the limit of what I wanted to do in one commit and then spent over a day cleaning up, so it will replace Some?Cancelled in a future commit.
|
-
Property mode set to
100644
|
File size:
505 bytes
|
Rev | Line | |
---|
[5715d43] | 1 | simple throw |
---|
| 2 | simple catch |
---|
| 3 | Exiting: simple catch clause |
---|
| 4 | end of try clause |
---|
| 5 | Exiting: simple try clause |
---|
| 6 | |
---|
| 7 | catch-all |
---|
| 8 | |
---|
| 9 | caught yin as yin |
---|
| 10 | |
---|
| 11 | rethrow inner try |
---|
| 12 | caught throw, will rethrow |
---|
| 13 | Exiting: rethrowing catch clause |
---|
| 14 | caught rethrow |
---|
| 15 | Exiting: rethrow catch clause |
---|
| 16 | Exiting: rethrow inner try |
---|
| 17 | |
---|
| 18 | caught yin, will throw yang |
---|
| 19 | caught yang |
---|
| 20 | |
---|
| 21 | throwing first exception |
---|
| 22 | caught first exception |
---|
| 23 | throwing second exception |
---|
| 24 | caught second exception |
---|
| 25 | recaught first exception |
---|
| 26 | |
---|
| 27 | inner catch |
---|
| 28 | inner catch |
---|
| 29 | outer catch |
---|
| 30 | |
---|
| 31 | throw |
---|
| 32 | rethrow |
---|
| 33 | handle |
---|
Note: See
TracBrowser
for help on using the repository browser.