Class java.util.EmptyStackException
All Packages    This Package    Previous    Next

Class java.util.EmptyStackException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.util.EmptyStackException

public class EmptyStackException
extends Exception
Signals that the stack is empty.
See Also:
Stack
Version:
1.6, 31 Jan 1995
Author:
Jonathan Payne

EmptyStackException()
Constructor

EmptyStackException
  public EmptyStackException()
Constructor


All Packages    This Package    Previous    Next