- All Implemented Interfaces:
- java.io.Serializable
public class EmptyStackException
extends java.lang.RuntimeException
Runtime exception thrown when one tries to perform operation top or
pop on an empty stack.
//end#fragment EmptyStackException
- Author:
- Roberto Tamassia
//begin#fragment EmptyStackException
- See Also:
- Serialized Form