FileDocCategorySizeDatePackage
EmptyStackException.javaAPI DocJava SE 5 API644Fri Aug 26 14:57:22 BST 2005java.util

EmptyStackException

public class EmptyStackException extends RuntimeException
Thrown by methods in the Stack class to indicate that the stack is empty.
author
Jonathan Payne
version
1.20, 12/19/03
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