Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. try {
  2. // codes
  3. // ...
  4. // ..
  5. // .
  6. } catch(InturreptedException | FileNotFoundException | AnotherException e) {
  7. // how can I know what the type of `e` is ?
  8. }
Add Comment
Please, Sign In to add comment