| Package java.util |
Previous |
Java API |
Index |
Next |
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.
public EmptyStackException()Constructs a new EmptyStackException with no detail message.
| © 1996 Sun Microsystems, Inc. All rights reserved. |