FileDocCategorySizeDatePackage
EmptyStackException.javaAPI DocphoneME MR2 API (J2ME)1503Wed May 02 17:59:54 BST 2007java.util

EmptyStackException

public class EmptyStackException extends RuntimeException
Thrown by methods in the Stack class to indicate that the stack is empty.
version
1.16, 12/04/99 (CLDC 1.0, Spring 2000)
see
java.util.Stack
since
JDK1.0

Fields Summary
Constructors Summary
public EmptyStackException()
Constructs a new EmptyStackException with null as its error message string.

    
Methods Summary