Uses of Class
java.util.EmptyStackException

Packages that use EmptyStackException
java.util Utilities 
 

Uses of EmptyStackException in java.util
 

Methods in java.util that throw EmptyStackException
 Object Stack.peek()
          fetches an object from the stack
does not remove it!
 Object Stack.pop()
          fetches an object from the top of the stack and removes it