Packages  This Package  Prev  Next  Index  

§3.13 Class EmptyStackException

public  class  java.util.EmptyStackException
    extends  java.lang.RuntimeException  (I-§1.42)
{
        // Constructors
    public EmptyStackException();	§3.13.1
}
Thrown by methods in the Stack class (I-§3.8) to indicate that the stack is empty.


Constructors

EmptyStackException

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

Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com