Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. try {
  2.   cond1(foo);
  3. } catch (Exp1 e) {
  4. doThingTwo(foo);
  5. }
  6.  
  7.  
  8. void doThingTwo(foo){
  9. try {
  10. cond2(foo);
  11. do a thing;
  12. catch (Exp2 e) {
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement