Package java.util Previous
Previous
Java API
Java API
Index
Index
Next
Next

Class EmptyStackException

Constructors

public  class  java.util.EmptyStackException
    extends  java.lang.RuntimeException  
{
        // Constructors
    public EmptyStackException();	
}

Thrown by methods in the Stack class to indicate that the stack is empty.


Constructors


EmptyStackException

public EmptyStackException() 

Constructs a new EmptyStackException with no detail message.



© 1996 Sun Microsystems, Inc. All rights reserved.