java.util

Class EmptyStackException

public class EmptyStackException extends RuntimeException

This exception is thrown by the Stack class when an attempt is made to pop or otherwise access elements from an empty stack.

Since: 1.0

See Also: Stack

UNKNOWN: updated to 1.4

Constructor Summary
EmptyStackException()
Constructs an EmptyStackException with no detail message.

Constructor Detail

EmptyStackException

public EmptyStackException()
Constructs an EmptyStackException with no detail message.