All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.util.EmptyStackException

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

public class EmptyStackException
extends RuntimeException
Thrown by methods in the Stack class to indicate that the stack is empty.

Version:
1.12, 01/28/97
Author:
Jonathan Payne
See Also:
Stack

Constructor Index

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

Constructors

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index