Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
88
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. operation.calculate();
  3. }
  4. catch(IndexOutOfBoundsException e)
  5. {
  6. throw new EmptyStackException();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement