public class java.util
EmptyStackException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException

Thrown by methods in the Stack class to indicate that the stack is empty.
version1.21, 11/17/05
sinceJDK1.0
See also java.util.Stack

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