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

Class java.util.EmptyStackException

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

public class EmptyStackException
extends RuntimeException
Signals that the stack is empty.
See Also:
Stack
Version:
1.9, 08/11/95
Author:
Jonathan Payne

Constructor Index

 o EmptyStackException()
Constructs a new EmptySackException with no detail message.

Constructors

 o EmptyStackException
  public EmptyStackException()
Constructs a new EmptySackException with no detail message. A detail message is a String that describes the exception.


All Packages    This Package    Previous    Next